-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Incorrect language detection #509
Comments
Supersonic don't have Portuguese (Portugal) translation, but has Portuguese (Brazil). If you want to help with translations you can fork repo and add pt_PT.json in res --> translations. Copy en.json and edit words on the right. |
@Masterlocker that was not the point |
Oh.. My bad.. |
Well.. Idk how it work... If you know how to build app then remove all translation beside en.json and build it. Or if you want i can do it for you. |
On windows the application seems to be detecting my system's language incorrectly, it seems like it's going off of the system's region which might not be the same as the system's language.
For example, my system's language is
English - US
, my keyboard layout isPortuguese - Portugal
and my region is set toPortugal
, the application automatically chooses pt_BR as it's language (which also isn't the same as Portuguese from Portugal but anyways). I would like the application to display in English just like the rest of my OS.Either a change to how it's detecting the system's language or an option manually choose the application's language will resolve my issue, possibly both.
Here's a screenshot of my language and region settings so you can see how i have it configured a little better.
The text was updated successfully, but these errors were encountered: