Skip to content

Commit

Permalink
Merge pull request #2196 from smsnvc/smsnvc-add-Ukrainian-translation
Browse files Browse the repository at this point in the history
Adding Ukrainian translation for the INAV Configurator
  • Loading branch information
sensei-hacker authored Sep 23, 2024
2 parents 5492ab3 + 3c52191 commit c81c1db
Show file tree
Hide file tree
Showing 3 changed files with 5,941 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};

Expand Down
4 changes: 4 additions & 0 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"message": "English",
"_comment": "Don't translate!"
},
"language_uk": {
"message": "українська",
"_comment": "Don't translate!"
},
"language": {
"message": "Language"
},
Expand Down
Loading

0 comments on commit c81c1db

Please sign in to comment.