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 = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue