Closed wuan closed 1 year ago
How the best organise UI language changes?
Several options to discuss:
For macOS, iOS, Android the best match against the system language settings is being used. This is basically option 3 without the need to add the selection logic. I assume this will be similar on Windows and Linux, which we should test as well.
Run some testing. I get issue if I select Lithuania language on Android phone and then try to run app:
Probably we should push to default English.
Also, not all places are translated in German language.
Overall I think few things additionally we need:
Pushed LT language to check: https://github.com/wuan/destiny/pull/1
... Overall I think few things additionally we need:
- solve flutter-intro-slider plugin/changes as there are some translations and logic tight to English.
- add settings to change language not depending on locale. For example, this is helpful very much for small popularity languages, which are not fully supported on various OS and also helps when people use PC with English locale, but still want to use some apps in native language.
That might be related to the fallback locale. But it should take en
if no translation is found by default"
That might be related to the fallback locale.
Last commit helped, now default locale is loaded.
This PR introduces Easy Localization and adds some translated texts.
Code Review Checklist