-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] language cannot be switched with the usual environment variables #9534
Comments
Is there a language explicitly set in the client, on linux the default should be influenced by the env var. The language switcher was introduced in 2.9 so not a regression. |
In that case its expected behavior as the users input takes priority over the system language. |
Something in a config file takes priority over user's comand line. That is a step backwards. LC_ALL should be the mighty override for all and any. |
When you modify LC_ALL you pretend that the system lang changed. Before you did so, you however changed the language of the client from the system default, which depends on that env var, to German. |
For the default on linux have a look at https://wiki.qt.io/Locales |
Seen with testpilotcloud-client 2.10.1 rc1
LANGUAGE=C LANG=C LC_ALL=C testpilotcloud-client
The text was updated successfully, but these errors were encountered: