status-desktop/ui
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
..
app fix: enforce locale provided by appSettings 2021-03-25 16:37:13 -04:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update translation keys 2021-03-16 12:43:57 -04:00
imports fix: typos and switch statement string literals 2021-03-25 15:00:13 -04:00
onboarding fix(Login): make addresses in account list work in dark mode 2021-03-24 14:42:41 -04:00
shared fix: custom token validation for non-token addresses 2021-03-25 15:52:02 -04:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml Revert "fix: increase min width to alleviate overlaps" 2021-03-24 16:46:57 -04:00
nim-status-client.pro update translation keys 2021-03-16 12:43:57 -04:00