Things to make CN locale work

This commit is contained in:
dan63047 2024-09-11 18:24:02 +03:00
parent 7791a53500
commit 9c3a32f6f1
5 changed files with 1353 additions and 7 deletions

View File

@ -21,6 +21,7 @@ You can [download an app](https://github.com/dan63047/TetraStats/releases), or [
# Special thanks # Special thanks
- **kerrmunism** — formulas - **kerrmunism** — formulas
- **p1nkl0bst3r** — providing players history and peak TR - **p1nkl0bst3r** — providing players history and peak TR
- **neko_ab4093** — Simplified Chinese localization
- **osk** and his team — TETR.IO - **osk** and his team — TETR.IO
## Legal note ## Legal note

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"locales(map)": { "locales(map)": {
"en": "English", "en": "English",
"ru": "Russian (Русский)", "ru": "Russian (Русский)",
"zh-cn": "Simplified Chinese (简体中文)" "zh-CN": "Simplified Chinese (简体中文)"
}, },
"tetraLeague": "Tetra League", "tetraLeague": "Tetra League",
"tlRecords": "TL Records", "tlRecords": "TL Records",

View File

@ -2,7 +2,7 @@
"locales(map)": { "locales(map)": {
"en": "Английский (English)", "en": "Английский (English)",
"ru": "Русский", "ru": "Русский",
"zh-cn": "Упрощенный Китайский (简体中文)" "zh-CN": "Упрощенный Китайский (简体中文)"
}, },
"tetraLeague": "Тетра Лига", "tetraLeague": "Тетра Лига",
"tlRecords": "Матчи ТЛ", "tlRecords": "Матчи ТЛ",

View File

@ -2,7 +2,7 @@
"locales(map)": { "locales(map)": {
"en": "英语 (English)", "en": "英语 (English)",
"ru": "俄语 (Русский)", "ru": "俄语 (Русский)",
"zh-cn": "简体中文" "zh-CN": "简体中文"
}, },
"tetraLeague": "Tetra联赛", "tetraLeague": "Tetra联赛",
"tlRecords": "Tetra联赛记录", "tlRecords": "Tetra联赛记录",