Use the Russian language label
This ensures the language label aligns with others (using its own language name instead of English).
This commit is contained in:
parent
a7a82be083
commit
646d0e4ccb
@ -64,7 +64,7 @@ const GeneralSettings: FC = () => {
|
||||
{ value: 'zh-TW', label: '中文(繁体)', flag: '🇭🇰' },
|
||||
{ value: 'en-US', label: 'English', flag: '🇺🇸' },
|
||||
{ value: 'ja-JP', label: '日本語', flag: '🇯🇵' },
|
||||
{ value: 'ru-RU', label: 'Russian', flag: '🇷🇺' }
|
||||
{ value: 'ru-RU', label: 'Русский', flag: '🇷🇺' }
|
||||
]
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user