feat(i18n): add Russian language support

This commit is contained in:
Fazil
2025-12-12 21:10:57 +03:00
parent 8b29dd130e
commit 026fd468b1
5 changed files with 1173 additions and 7 deletions

View File

@@ -191,6 +191,7 @@ const SETTINGS_SCHEMA = {
{ value: 'auto', label: 'Auto (detect from system)' },
{ value: 'en', label: 'English' },
{ value: 'zh', label: '中文 (Chinese)' },
{ value: 'ru', label: 'Русский (Russian)' },
],
},
},