diff --git a/shared/i18n/index.js b/shared/i18n/index.js index 7f56f6081..9be2fb6e8 100644 --- a/shared/i18n/index.js +++ b/shared/i18n/index.js @@ -14,7 +14,7 @@ export const languageOptions = [ { label: "Italiano (Italia)", value: "it_IT" }, { label: "한국어 (Korean)", value: "ko_KR" }, { label: "Português (Portugal)", value: "pt_PT" }, - { label: "русский (Россия)", value: "ru_RU" }, + { label: "Pусский (Россия)", value: "ru_RU" }, ]; export const languages: string[] = languageOptions.map((i) => i.value);