English lenguage choice doesn't works
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
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.
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.