-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
localization: el #1844
base: master
Are you sure you want to change the base?
localization: el #1844
Conversation
added el/messages.json
I will try to review it and see if some other users can give feedback as well. Thank you for you effort! |
minor corrections
some last corrections
The original translation effort was a bit of a mess. Now every line matches it's English counterpart making it easier to review and make future additions |
@konstkarapan can you test this with the latest configurator, since we now changed to Electron? |
I'll test it asap |
You may find that el needs to be added on about line 13 of js/localization.js |
@@ -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' , 'el']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably auto populate this list.
Not a change you need to make, but an acknowledgement that this is not ideal.
@mmosca What is the expected behaviour of the language selector at the application settings? Changing languages on it seems to do nothing |
revert some terms back to English and correct some typos
Greek🇬🇷 language for the inav configurator