added localization as submodule
This commit is contained in:
parent
2fd6346a18
commit
8f4981a2fd
3 changed files with 7 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "TouchyTickets/Content/Localization"]
|
||||
path = TouchyTickets/Content/Localization
|
||||
url = https://github.com/Ellpeck/TouchyTicketsLocale
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"exclude": [
|
||||
"obj/",
|
||||
"bin/"
|
||||
"bin/",
|
||||
"LICENSE",
|
||||
"README"
|
||||
],
|
||||
"overrides": {
|
||||
".json": {
|
||||
|
|
1
TouchyTickets/Content/Localization
Submodule
1
TouchyTickets/Content/Localization
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2a3d4823335158c21f30fe430084919ce77cd476
|
Loading…
Reference in a new issue