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

feat: add Russian translation support #2248

Merged
merged 6 commits into from
May 16, 2024

Conversation

niazlv
Copy link
Contributor

@niazlv niazlv commented May 15, 2024

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

  1. Build the application located in example/sheets.
  2. Run the application.
  3. Set the locale to Russian by specifying locale: LocaleType.RU_RU in the code.

Additional Information

  • All translations were done with context in mind.
  • The quality of the translation was checked by a native speaker.
  • The language can be activated by specifying the appropriate locale code in the system.

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.
@jikkai jikkai changed the title I18n/russian translation feat: add Russian translation support May 16, 2024
Copy link

github-actions bot commented May 16, 2024

View Deployment

📑 Examples 📚 Storybook
🔗 Preview link 🔗 Preview link

@jikkai
Copy link
Member

jikkai commented May 16, 2024

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.

@jikkai jikkai added the qa:verified This PR has already by verified by a QA and is considered good enough to be merge label May 16, 2024
@wzhudev
Copy link
Member

wzhudev commented May 16, 2024

Thanks for providing the Russian translation of Univer. ❤️

@jikkai jikkai merged commit 87e0f84 into dream-num:dev May 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qa:verified This PR has already by verified by a QA and is considered good enough to be merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants