mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Adding Ukrainian translation for the INAV Configurator. If you want to review, suggest some change or fix errors - please use crowdin to send your suggestions. https://crowdin.com/project/inav-in-ukrainian
This commit is contained in:
parent
45e7e41b96
commit
c67a2166ec
2 changed files with 5928 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'];
|
||||
const availableLanguages = ['en', 'uk'];
|
||||
|
||||
const i18n = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue