-
-
Notifications
You must be signed in to change notification settings - Fork 718
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
feat: add Russian translation support #2248
Conversation
packages/sheets-filter-ui/src/locale/en-US.ts Changed export default syntax to a named constant for consistency: - Replaced 'export default {' with 'const locale = {' - Added 'export default locale;'
… updated code - Added Russian language support to all files in the ./packages/*/src/locale directory. - Updated code to support Russian language in most places where the language was used.
View Deployment
|
I made some changes to your PR to ensure it passes the CI checks. Thank you so much for your contribution! We really appreciate it and plan to release this tomorrow. In addition, we have some upcoming features in the pipeline, such as floating images and charts. We would be thrilled if you could help us with those as well. Once again, thank you for your valuable contribution to Univer. Your efforts mean a lot to us. |
Thanks for providing the Russian translation of Univer. ❤️ |
Description of Changes
I have added Russian language support to the project. This includes translating the interface, error messages, and documentation into Russian.
How to Test
example/sheets
.locale: LocaleType.RU_RU
in the code.Additional Information