feat(i18n): add Russian (ru) locale for desktop app - #86273
Conversation
- Add apps/desktop/src/i18n/ru.ts with full Russian translation - Register 'ru' in Locale type, catalog, and LOCALE_OPTIONS - Add ru/ru-ru/russian/русский aliases
feat(i18n): add Russian (ru) locale for desktop app Large, complete translation addition — the
|
|
Superseded by #72250 (canonical Russian locale PR). Closing as duplicate. |
Summary
Adds a complete Russian (ru) translation for the Hermes Desktop app.
apps/desktop/src/i18n/ru.tswith full translation (3093 lines), validated against theTranslationstype withtsc(zero errors).ruin theLocaletype (types.ts), theTRANSLATIONScatalog (catalog.ts), andLOCALE_OPTIONS/ aliases (languages.ts).ru,ru-ru,russian,русскийlocale aliases.Test plan
npx tsc -p . --noEmitpasses with the new file (no errors in ru.ts)Русскийappears in the language pickerUsers with
display.language: runow get a fully localized desktop interface.🤖 Generated with Claude Code