fix: Capitalize Pусский

This commit is contained in:
Tom Moor 2021-02-23 10:35:50 -08:00
parent ac79a4c4cc
commit e08b17561e
1 changed files with 1 additions and 1 deletions

View File

@ -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);