Skip to content

Commit 302da3f

Browse files
committed
Update language labels in Russian locale
This commit updates the language labels in the Russian locale file (ru_RU.js) from Russian to their native representation. The languages affected are Simplified Chinese, Traditional Chinese (Taiwan), English, and Spanish. This enhances readability and user experience for speakers of these languages.
1 parent 08eda65 commit 302da3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/src/i18n/ru_RU.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export default {
22
lang: {
33
choose: 'Выбор языка/Language',
4-
zhcn: 'Китайский (упрощенный)',
5-
zhtw: 'Китайский (традиционный, Тайвань)',
6-
en: 'Английский',
7-
es: 'Испанский',
4+
zhcn: '简体中文',
5+
zhtw: '繁體中文(臺灣)',
6+
en: 'English',
7+
es: 'Español',
88
ru: 'Русский',
99
changeok: 'Успешно сменить язык',
1010

0 commit comments

Comments
 (0)