feat(i18n): Russian locale and translations in src/locales

- Add Russian UI strings with idiomatic phrasing and plural forms
- Split en/de/fr/nl/zh/nb strings into src/locales/*.ts for maintainability
- Register ru in i18n and Settings language picker
- Add languageRu to all locales; extend English help (supported languages)

Made-with: Cursor
This commit is contained in:
Maxim Isaev
2026-04-06 11:08:40 +03:00
parent 1d0965708b
commit 83c36de091
9 changed files with 5580 additions and 4734 deletions
+1
View File
@@ -811,6 +811,7 @@ export default function Settings() {
{ value: 'de', label: t('settings.languageDe') },
{ value: 'zh', label: t('settings.languageZh') },
{ value: 'nb', label: t('settings.languageNb') },
{ value: 'ru', label: t('settings.languageRu') },
]}
/>
</div>