Skip to content

Commit e444c68

Browse files
refactor: update Russian locale to match new i18n system
- Create lib/i18n/locales/ru-RU.json with full Russian translation (878 keys) - Register ru-RU in lib/i18n/locales.ts (code: 'ru-RU', label: 'Русский', shortLabel: 'RU') - No AI prompt modifications — follows new i18next-based architecture
1 parent d81b4de commit e444c68

2 files changed

Lines changed: 878 additions & 0 deletions

File tree

lib/i18n/locales.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ export const supportedLocales = [
1717
{ code: 'zh-CN', label: '简体中文', shortLabel: 'CN' },
1818
{ code: 'en-US', label: 'English', shortLabel: 'EN' },
1919
{ code: 'ja-JP', label: '日本語', shortLabel: 'JA' },
20+
{ code: 'ru-RU', label: 'Русский', shortLabel: 'RU' },
2021
] as const satisfies readonly LocaleEntry[];

0 commit comments

Comments
 (0)