fix .twosky.json

This commit is contained in:
Konstantin 🦄 Zamyakin 2019-09-02 17:05:16 +03:00
parent a9524448b1
commit 7d3fe71597
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
"project_id": "home",
"base_locale": "en",
"localizable_files": "client/src/__locales/en.json",
"localizable_files": ["client/src/__locales/en.json"],
"languages": {
"en": "English",
"es": "Español",
@ -17,4 +17,4 @@
"zh-cn": "简体中文"
}
}
]
]