Skip to content
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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

localization: el #1844

wants to merge 15 commits into from

Conversation

konstkarapan
Copy link

@konstkarapan konstkarapan commented Oct 6, 2023

Greek🇬🇷 language for the inav configurator

added el/messages.json
@mmosca
Copy link
Collaborator

mmosca commented Oct 6, 2023

I will try to review it and see if some other users can give feedback as well.

Thank you for you effort!

@konstkarapan konstkarapan reopened this Feb 21, 2024
@konstkarapan
Copy link
Author

konstkarapan commented Feb 21, 2024

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

@mmosca
Copy link
Collaborator

mmosca commented Jun 24, 2024

@konstkarapan can you test this with the latest configurator, since we now changed to Electron?

@konstkarapan
Copy link
Author

I'll test it asap

@sensei-hacker
Copy link
Collaborator

You may find that el needs to be added on about line 13 of js/localization.js

locale/en/messages.json Outdated Show resolved Hide resolved
locale/en/messages.json Outdated Show resolved Hide resolved
locale/en/messages.json Outdated Show resolved Hide resolved
@@ -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'];
Copy link
Collaborator

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.

@konstkarapan
Copy link
Author

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants