Merge pull request #1991 from Sacode/i18n
feat: complete English, French and Russian translation and add i18n configuration
Showing
docs/translation-glossary.fr.md
0 → 100644
docs/translation-glossary.ru.md
0 → 100644
web/i18next.config.js
0 → 100644
| ... | ... | @@ -49,7 +49,11 @@ |
| "lint:fix": "prettier . --write", | ||
| "eslint": "bunx eslint \"**/*.{js,jsx}\" --cache", | ||
| "eslint:fix": "bunx eslint \"**/*.{js,jsx}\" --fix --cache", | ||
| "preview": "vite preview" | ||
| "preview": "vite preview", | ||
| "i18n:extract": "bunx i18next-cli extract", | ||
| "i18n:status": "bunx i18next-cli status", | ||
| "i18n:sync": "bunx i18next-cli sync", | ||
| "i18n:lint": "bunx i18next-cli lint" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": [ | ||
| ... | ... | @@ -81,7 +85,8 @@ |
| "prettier": "^3.0.0", | ||
| "tailwindcss": "^3", | ||
| "typescript": "4.4.2", | ||
| "vite": "^5.2.0" | ||
| "vite": "^5.2.0", | ||
| "i18next-cli": "^1.10.3" | ||
| }, | ||
| "prettier": { | ||
| "singleQuote": true, | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
web/src/i18n/locales/ru.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment