-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add Russian language support #221
Add Russian language support #221
Conversation
Russian language has been added to the language options in the internationalization files. New entries for Russian (ru) have been made in each of the existing language files and a new language file has been created specifically for Russian (ru_RU.js). The dropdown for language selection in the App has been updated to include this new option.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see my comments.
This commit updates the language label for Russian across all language files from English and localized variations to Russian ('Русский'). This change is done to ensure proper language representation in every locale.
This commit updates the language labels in the Russian locale file (ru_RU.js) from Russian to their native representation. The languages affected are Simplified Chinese, Traditional Chinese (Taiwan), English, and Spanish. This enhances readability and user experience for speakers of these languages.
Thanks! |
Just add a bit of meaning to these lines, otherwise it looks like classic machine translation nonsense.
|
I'm going to modify and make a PR. |
@MayanKoyote you can check this PR |
Russian language has been added to the language options in the internationalization files. New entries for Russian (ru) have been made in each of the existing language files and a new language file has been created specifically for Russian (ru_RU.js). The dropdown for language selection in the App has been updated to include this new option.