fix .twosky.json
This commit is contained in:
parent
a9524448b1
commit
7d3fe71597
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
"project_id": "home",
|
"project_id": "home",
|
||||||
"base_locale": "en",
|
"base_locale": "en",
|
||||||
"localizable_files": "client/src/__locales/en.json",
|
"localizable_files": ["client/src/__locales/en.json"],
|
||||||
"languages": {
|
"languages": {
|
||||||
"en": "English",
|
"en": "English",
|
||||||
"es": "Español",
|
"es": "Español",
|
||||||
|
@ -17,4 +17,4 @@
|
||||||
"zh-cn": "简体中文"
|
"zh-cn": "简体中文"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue