magplan icon indicating copy to clipboard operation
magplan copied to clipboard

English lenguage choice doesn't works

Open giusepp3palumbo opened this issue 5 years ago • 2 comments

Hi, I've tried to download the app but it's only in Russian, in spite of the demo images in the description that are in English. In settings I see that English language is supported. In file \magplan\plan\dynamic_preferences_registry.py I can see :

choices = [
    ('en', 'English'),
    ('ru', 'Русский')
]

I also tried to set the env variable to 'en-us' (set LANGUAGE_CODE='en-us'), but i get the error: OSError: No translation files found for default language 'en-us'.

Can you help me to set english so i can try the app?

Thanks

giusepp3palumbo avatar Sep 27 '20 16:09 giusepp3palumbo

Hi, @giusepp3palumbo. Yes, you're correct, right now English support is not a first-priority aim due to fact most users are Russian-speaking.

Thats why Russian translation is way more forward, comparing to English one. Some language files for English may be missing.

So, I'm primary focused on features/bugfixes, but If you're really interested, this month I'll try to restore English version and update it with upstream.

f1nnix avatar Sep 28 '20 20:09 f1nnix

Hi @f1nnix , I've already fixed almost all the missing "trans" block present in your code, in this days i will check them and i will do a pull request.

giusepp3palumbo avatar Sep 28 '20 20:09 giusepp3palumbo