Fix i18n error

This commit is contained in:
Yang Luo 2023-09-02 18:11:52 +08:00
parent e584a6a111
commit 7e2f67c49a

View File

@ -42,11 +42,11 @@ export const Countries = [{label: "English", key: "en", country: "US", alt: "Eng
{label: "한국어", key: "ko", country: "KR", alt: "한국어"}, {label: "한국어", key: "ko", country: "KR", alt: "한국어"},
{label: "Русский", key: "ru", country: "RU", alt: "Русский"}, {label: "Русский", key: "ru", country: "RU", alt: "Русский"},
{label: "TiếngViệt", key: "vi", country: "VN", alt: "TiếngViệt"}, {label: "TiếngViệt", key: "vi", country: "VN", alt: "TiếngViệt"},
{label: "Português", key: "pt", country: "BR", alt: "Português"}, {label: "Português", key: "pt", country: "PT", alt: "Português"},
{label: "Itariano", key: "it", country: "IT", alt: "Itariano"}, {label: "Italiano", key: "it", country: "IT", alt: "Italiano"},
{label: "Marley", key: "ms", country: "MY", alt: "Marley"}, {label: "Malay", key: "ms", country: "MY", alt: "Malay"},
{label: "Tkiš", key: "tr", country: "TR", alt: "Tkiš"}, {label: "Türkçe", key: "tr", country: "TR", alt: "Türkçe"},
{label: "لغة عربية", key: "ar", country: "DZ", alt: "لغة عربية"}, {label: "لغة عربية", key: "ar", country: "SA", alt: "لغة عربية"},
{label: "עִבְרִית", key: "he", country: "IL", alt: "עִבְרִית"}, {label: "עִבְרִית", key: "he", country: "IL", alt: "עִבְרִית"},
{label: "Filipino", key: "fi", country: "PH", alt: "Filipino"}, {label: "Filipino", key: "fi", country: "PH", alt: "Filipino"},
]; ];