cuttle
cuttle copied to clipboard
[Feature]: Translate the application into Russian
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:
- Creating an
src/translations/rus.jsonfile to mirrorsrc/translations/en.json - Updating
src/i18n.jsto import and consume the newrus.jsontranslation file - Updating
tests/e2e/specs/out-of-game/translations.spec.jsto test therus.jsonfile contents by comparing to the others