1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Merge branch 'iNavFlight:master' into language_specific_font

This commit is contained in:
Sensei 2024-12-13 13:45:57 -06:00 committed by GitHub
commit 986ae1b069
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 6405 additions and 38 deletions

View file

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