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

[Feature]: Translate the application into Russian #889

Open
itsalaidbacklife opened this issue Mar 7, 2024 · 0 comments
Open

[Feature]: Translate the application into Russian #889

itsalaidbacklife opened this issue Mar 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request frontend Requires changes to the frontend (vue) client internationalization Translation of content into multiple languages

Comments

@itsalaidbacklife
Copy link
Contributor

Feature Summary

We should translate the application into Russian as a part of the broader internationalization effort

Detailed Description

Now that the translation system (using vue-i18n) is in place, we can translate the application into other languages.

For this issue, we should translate the entire application into Russian. This should be accomplished by:

  1. Creating an src/translations/rus.json file to mirror src/translations/en.json
  2. Updating src/i18n.js to import and consume the new rus.json translation file
  3. Updating tests/e2e/specs/out-of-game/translations.spec.js to test the rus.json file contents by comparing to the others
@itsalaidbacklife itsalaidbacklife added enhancement New feature or request frontend Requires changes to the frontend (vue) client internationalization Translation of content into multiple languages labels Mar 7, 2024
@itsalaidbacklife itsalaidbacklife self-assigned this Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Requires changes to the frontend (vue) client internationalization Translation of content into multiple languages
Projects
None yet
Development

No branches or pull requests

1 participant