-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Translation should not default to Ukrainian when using Russian locale #5671
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
Comments
Thanks for this report. The system we use to resolve languages decided that the two were more similar, but I understand the request. |
i just wrote my own file base.ru.json and used lang="ru_RU.UTF-8" And it worked, it is necessary to make a pull request so that the developers add a translation |
there was an ongoing pull request with Russian translation, which I suggested a few fixes to, but apparently it was based on the wrong branch or something. I have contributed a few changes on Weblate, but I don't know what else there is to be done |
Weblate changes automatically merge in - you can test |
Uh oh!
There was an error while loading. Please reload this page.
Checklist
Describe the bug
With Fyne v2.6.0, if app is run with
ru_RU.UTF-8
locale, Ukrainian base translation is being used. Since there is no Russian base translation, English should be used by default instead, as it was in v2.5.3.How to reproduce
LANG="ru_RU.UTF-8" go run .
Screenshots
Example code
main.go:
Fyne version
2.6.0
Go compiler version
1.23.5
Operating system and version
Linux
Additional Information
No response
The text was updated successfully, but these errors were encountered: