mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 19:40:22 +03:00
Add a Simplified Chinese language file
This commit is contained in:
parent
d6b57e35b4
commit
1cb3db4d40
4 changed files with 6169 additions and 1 deletions
|
@ -10,7 +10,7 @@ const i18nextXHRBackend = require('i18next-xhr-backend');
|
||||||
const Store = require('electron-store');
|
const Store = require('electron-store');
|
||||||
const store = new Store();
|
const store = new Store();
|
||||||
|
|
||||||
const availableLanguages = ['en', 'uk'];
|
const availableLanguages = ['en', 'uk','zh_CN'];
|
||||||
|
|
||||||
const i18n = {};
|
const i18n = {};
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
"message": "українська",
|
"message": "українська",
|
||||||
"_comment": "Don't translate!"
|
"_comment": "Don't translate!"
|
||||||
},
|
},
|
||||||
|
"language_zh_CN": {
|
||||||
|
"message": "简体中文",
|
||||||
|
"_comment": "Don't translate!"
|
||||||
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"message": "Language"
|
"message": "Language"
|
||||||
},
|
},
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
"message": "українська",
|
"message": "українська",
|
||||||
"_comment": "Don't translate!"
|
"_comment": "Don't translate!"
|
||||||
},
|
},
|
||||||
|
"language_zh_CN": {
|
||||||
|
"message": "简体中文",
|
||||||
|
"_comment": "Don't translate!"
|
||||||
|
},
|
||||||
"language": {
|
"language": {
|
||||||
"message": "Мова"
|
"message": "Мова"
|
||||||
},
|
},
|
||||||
|
|
6160
locale/zh_CN/messages.json
Normal file
6160
locale/zh_CN/messages.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue