1
0
Fork 0
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:
Oleg Shevtsov 2024-09-20 20:46:39 +03:00
parent 45e7e41b96
commit c67a2166ec
2 changed files with 5928 additions and 1 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'];
const availableLanguages = ['en', 'uk'];
const i18n = {};