Skip to content
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

Chinese characters present on interface #16

Open
ludo77 opened this issue Aug 28, 2020 · 4 comments
Open

Chinese characters present on interface #16

ludo77 opened this issue Aug 28, 2020 · 4 comments

Comments

@ludo77
Copy link

ludo77 commented Aug 28, 2020

hello,

when I run Lutris, there are Chinese characters appearing in the interface.
I don't know how to fix it.
here is a screenshot
Capture lutris
Thank you for your help

@YihaoPeng
Copy link

YihaoPeng commented Sep 3, 2020

Lutris has been added with localization support, so you need to check your LANG and LANGUAGE environment variables to make sure it is not zh or zh_CN.

Run the following command in the terminal to check:

env | grep LANG

If you get this, Chinese will be displayed:

image

To fix it, you need to modify your system language settings. Please refer to your distribution manual. If you just want to fix it temporarily, you can do this:

# stop lutris, bad but works
killall python3
# change language
export LANG=en.UTF-8
export LANGUAGE=en
# start lutris
lutris

@strycore
Copy link
Member

strycore commented Oct 3, 2020

What locale are you currently using?

@ludo77
Copy link
Author

ludo77 commented Oct 5, 2020

The locale is FR.
If i click on the icon i end up with chinese characters, but if i type in the console i no longer have chinese characters.

@strycore
Copy link
Member

strycore commented Oct 5, 2020

@YihaoPeng does the current i18n system default to Chinese in any kind of situation?

@strycore strycore transferred this issue from lutris/lutris Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants