status-desktop/ui/app
Pascal Precht dc9de1968f fix: enforce locale provided by appSettings
Prior to this commit, we would only set the translation package for the
application's engine when `appSettings.locale !== "en"`.

This is problematic because it seems that `engine` is already provided with
a system default that may not be `en`. In practice, this means that, initially,
engine is loaded with, say `de`. `appSettings.locale` might be `en` but because
we're only loading the correct translation package when it's **not** `en`,
the application will stay in `de`.

Changing the language to `en` at runtime is fine, however once the application
is restarted, `engine` is again initialized with some other possible system default.

It seems that we should *always* load the translation packge when `appSettings` are
loaded.
2021-03-25 16:37:13 -04:00
..
AppLayouts fix: custom token validation for non-token addresses 2021-03-25 15:52:02 -04:00
img ens section fixes 2021-03-24 14:09:59 -04:00
AppMain.qml fix: enforce locale provided by appSettings 2021-03-25 16:37:13 -04:00
qmldir feat: Onboarding carousel 2020-05-12 18:52:51 -04:00