fix: Capitalize Pусский
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user