1
0
Fork 0
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:
YI-BOYANG 2024-12-05 15:25:54 +08:00 committed by GitHub
parent d6b57e35b4
commit 1cb3db4d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6169 additions and 1 deletions

View file

@ -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 = {};

View file

@ -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"
}, },

View file

@ -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

File diff suppressed because it is too large Load diff