Skip to content

Commit 08eda65

Browse files
committed
Update Russian language label across locales
This commit updates the language label for Russian across all language files from English and localized variations to Russian ('Русский'). This change is done to ensure proper language representation in every locale.
1 parent a7615c6 commit 08eda65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

web/src/i18n/en_US.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
zhtw: '繁體中文(臺灣)',
66
en: 'English',
77
es: 'Español',
8-
ru: 'Russian',
8+
ru: 'Русский',
99
changeok: 'Switch Language Success'
1010
},
1111
btn: {

web/src/i18n/es_ES.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
zhtw: '繁體中文(臺灣)',
66
en: 'English',
77
es: 'Español',
8-
ru: 'Ruso',
8+
ru: 'Русский',
99
changeok: 'Cambio Idioma Satisfactorio'
1010
},
1111
btn: {

web/src/i18n/zh_Hans.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
zhtw: '繁體中文(臺灣)',
66
en: 'English',
77
es: 'Español',
8-
ru: 'Russian',
8+
ru: 'Русский',
99
changeok: '语言切换成功!'
1010
},
1111
btn: {

web/src/i18n/zh_TW.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
zhtw: '繁體中文(臺灣)',
66
en: 'English',
77
es: 'Español',
8-
ru: 'Russian',
8+
ru: 'Русский',
99
changeok: '語言切換成功!'
1010
},
1111
btn: {

0 commit comments

Comments
 (0)