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