mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +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 = new Store();
|
||||
|
||||
const availableLanguages = ['en', 'uk'];
|
||||
const availableLanguages = ['en', 'uk','zh_CN'];
|
||||
|
||||
const i18n = {};
|
||||
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
"message": "українська",
|
||||
"_comment": "Don't translate!"
|
||||
},
|
||||
"language_zh_CN": {
|
||||
"message": "简体中文",
|
||||
"_comment": "Don't translate!"
|
||||
},
|
||||
"language": {
|
||||
"message": "Language"
|
||||
},
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
"message": "українська",
|
||||
"_comment": "Don't translate!"
|
||||
},
|
||||
"language_zh_CN": {
|
||||
"message": "简体中文",
|
||||
"_comment": "Don't translate!"
|
||||
},
|
||||
"language": {
|
||||
"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