+ translations: add twosky config file
This commit is contained in:
20
.twosky.json
Normal file
20
.twosky.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"project_id": "home",
|
||||
"base_locale": "en",
|
||||
"localizable_files": "client/src/__locales/en.json",
|
||||
"languages": {
|
||||
"en": "English",
|
||||
"es": "Español",
|
||||
"fr": "Français",
|
||||
"pt-br": "Portuguese (BR)",
|
||||
"sv": "Svenska",
|
||||
"vi": "Tiếng Việt",
|
||||
"bg": "Български",
|
||||
"ru": "Русский",
|
||||
"ja": "日本語",
|
||||
"zh-tw": "正體中文",
|
||||
"zh-cn": "简体中文"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user