UNPKG

react-country-hook

Version:

A React.js Hook that provides country information for visitors

2,055 lines (2,053 loc) 40.7 kB
import { CountryType } from "./types"; export const phoneCodes: CountryType[] = [ { name: "Afghanistan", nameAr: "أفغانستان", timezone: "Asia/Kabul", flagCode: "AF", prefix: "0", callCode: "93", phoneMax: 9, phoneMin: 9, }, { name: "Albania", nameAr: "ألبانيا", timezone: "Europe/Tirane", flagCode: "AL", prefix: "0", callCode: "355", phoneMax: 9, phoneMin: 3, }, { name: "Algeria", nameAr: "الجزائر", timezone: "Africa/Algiers", flagCode: "DZ", prefix: "0", callCode: "213", phoneMax: 9, phoneMin: 8, }, { name: "American Samoa", nameAr: "ساموا الأمريكية", timezone: "Pacific/Pago_Pago", flagCode: "AS", prefix: "1", callCode: "1684", phoneMax: 10, phoneMin: 10, }, { name: "Andorra", nameAr: "أندورا", timezone: "Europe/Andorra", flagCode: "AD", prefix: "0", callCode: "376", phoneMax: 9, phoneMin: 6, }, { name: "Angola", nameAr: "أنغولا", timezone: "Africa/Luanda", flagCode: "AO", prefix: "0", callCode: "244", phoneMax: 9, phoneMin: 9, }, { name: "Anguilla", nameAr: "أنغويلا", timezone: "America/Anguilla", flagCode: "AI", prefix: "1", callCode: "1264", phoneMax: 10, phoneMin: 10, }, { name: "Antigua and Barbuda", nameAr: "أنتيغوا وبربودا", timezone: "America/Antigua", flagCode: "AG", prefix: "1", callCode: "1268", phoneMax: 10, phoneMin: 10, }, { name: "Argentina", nameAr: "الأرجنتين", timezone: "America/Argentina/Buenos_Aires", flagCode: "AR", prefix: "0", callCode: "54", phoneMax: 10, phoneMin: 10, }, { name: "Armenia", nameAr: "أرمينيا", timezone: "Asia/Yerevan", flagCode: "AM", prefix: "0", callCode: "374", phoneMax: 8, phoneMin: 8, }, { name: "Aruba", nameAr: "أروبا", timezone: "America/Aruba", flagCode: "AW", prefix: "0", callCode: "297", phoneMax: 7, phoneMin: 7, }, { name: "Australia", nameAr: "أستراليا", timezone: "Australia/Sydney", flagCode: "AU", prefix: "0", callCode: "61", phoneMax: 15, phoneMin: 5, }, { name: "Austria", nameAr: "النمسا", timezone: "Europe/Vienna", flagCode: "AT", prefix: "0", callCode: "43", phoneMax: 13, phoneMin: 4, }, { name: "Azerbaijan", nameAr: "أذربيجان", timezone: "Asia/Baku", flagCode: "AZ", prefix: "0", callCode: "994", phoneMax: 9, phoneMin: 8, }, { name: "Bahrain", nameAr: "البحرين", timezone: "Asia/Bahrain", flagCode: "BH", prefix: "0", callCode: "973", phoneMax: 8, phoneMin: 8, }, { name: "Bangladesh", nameAr: "بنغلاديش", timezone: "Asia/Dhaka", flagCode: "BD", prefix: "0", callCode: "880", phoneMax: 10, phoneMin: 6, }, { name: "Barbados", nameAr: "بربادوس", timezone: "America/Barbados", flagCode: "BB", prefix: "1", callCode: "1246", phoneMax: 10, phoneMin: 10, }, { name: "Belarus", nameAr: "روسيا البيضاء", timezone: "Europe/Minsk", flagCode: "BY", prefix: "8", callCode: "375", phoneMax: 10, phoneMin: 9, }, { name: "Belgium", nameAr: "بلجيكا", timezone: "Europe/Brussels", flagCode: "BE", prefix: "0", callCode: "32", phoneMax: 9, phoneMin: 8, }, { name: "Belize", nameAr: "بليز", timezone: "America/Belize", flagCode: "BZ", prefix: "0", callCode: "501", phoneMax: 7, phoneMin: 7, }, { name: "Benin", nameAr: "بنين", timezone: "Africa/Porto-Novo", flagCode: "BJ", prefix: "0", callCode: "229", phoneMax: 8, phoneMin: 8, }, { name: "Bermuda", nameAr: "برمودا", timezone: "Atlantic/Bermuda", flagCode: "BM", prefix: "1", callCode: "1441", phoneMax: 10, phoneMin: 10, }, { name: "Bhutan", nameAr: "بوتان", timezone: "Asia/Thimphu", flagCode: "BT", prefix: "0", callCode: "975", phoneMax: 8, phoneMin: 7, }, { name: "Bolivia", nameAr: "بوليفيا", timezone: "America/La_Paz", flagCode: "BO", prefix: "0", callCode: "591", phoneMax: 8, phoneMin: 8, }, { name: "Bosnia and Herzegovina", nameAr: "البوسنة والهرسك", timezone: "Europe/Sarajevo", flagCode: "BA", prefix: "0", callCode: "387", phoneMax: 8, phoneMin: 8, }, { name: "Botswana", nameAr: "بوتسوانا", timezone: "Africa/Gaborone", flagCode: "BW", prefix: "0", callCode: "267", phoneMax: 8, phoneMin: 7, }, { name: "Brazil", nameAr: "البرازيل", timezone: "America/Sao_Paulo", flagCode: "BR", prefix: "0", callCode: "55", phoneMax: 10, phoneMin: 10, }, { name: "British Virgin Islands", nameAr: "جزر العذراء البريطانية", timezone: "America/Tortola", flagCode: "VG", prefix: "1", callCode: "1284", phoneMax: 10, phoneMin: 10, }, { name: "Brunei", nameAr: "بروناي", timezone: "Asia/Brunei", flagCode: "BN", prefix: "0", callCode: "673", phoneMax: 7, phoneMin: 7, }, { name: "Bulgaria", nameAr: "بلغاريا", timezone: "Europe/Sofia", flagCode: "BG", prefix: "0", callCode: "359", phoneMax: 9, phoneMin: 7, }, { name: "Burkina Faso", nameAr: "بوركينا فاسو", timezone: "Africa/Ouagadougou", flagCode: "BF", prefix: "0", callCode: "226", phoneMax: 8, phoneMin: 8, }, { name: "Burundi", nameAr: "بوروندي", timezone: "Africa/Bujumbura", flagCode: "BI", prefix: "0", callCode: "257", phoneMax: 8, phoneMin: 8, }, { name: "Cambodia", nameAr: "كمبوديا", timezone: "Asia/Phnom_Penh", flagCode: "KH", prefix: "0", callCode: "855", phoneMax: 8, phoneMin: 8, }, { name: "Cameroon", nameAr: "الكاميرون", timezone: "Africa/Douala", flagCode: "CM", prefix: "0", callCode: "237", phoneMax: 8, phoneMin: 8, }, { name: "Canada", nameAr: "كندا", timezone: "America/Toronto", flagCode: "CA", prefix: "1", callCode: "1", phoneMax: 10, phoneMin: 10, }, { name: "Cape Verde", nameAr: "الرأس الأخضر", timezone: "Atlantic/Cape_Verde", flagCode: "CV", prefix: "0", callCode: "238", phoneMax: 7, phoneMin: 7, }, { name: "Cayman Islands", nameAr: "جزر كايمان", timezone: "America/Cayman", flagCode: "KY", prefix: "1", callCode: "1345", phoneMax: 10, phoneMin: 10, }, { name: "Central African Republic", nameAr: "جمهورية أفريقيا الوسطى", timezone: "Africa/Bangui", flagCode: "CF", prefix: "0", callCode: "236", phoneMax: 8, phoneMin: 8, }, { name: "Chad", nameAr: "تشاد", timezone: "Africa/Ndjamena", flagCode: "TD", prefix: "0", callCode: "235", phoneMax: 8, phoneMin: 8, }, { name: "Chile", nameAr: "تشيلي", timezone: "America/Santiago", flagCode: "CL", prefix: "0", callCode: "56", phoneMax: 9, phoneMin: 8, }, { name: "China", nameAr: "الصين", timezone: "Asia/Shanghai", flagCode: "CN", prefix: "0", callCode: "86", phoneMax: 12, phoneMin: 5, }, { name: "Colombia", nameAr: "كولومبيا", timezone: "America/Bogota", flagCode: "CO", prefix: "0", callCode: "57", phoneMax: 10, phoneMin: 8, }, { name: "Comoros", nameAr: "جزر القمر", timezone: "Indian/Comoro", flagCode: "KM", prefix: "0", callCode: "269", phoneMax: 7, phoneMin: 7, }, { name: "Cook Islands", nameAr: "جزر كوك", timezone: "Pacific/Rarotonga", flagCode: "CK", prefix: "0", callCode: "682", phoneMax: 5, phoneMin: 5, }, { name: "Costa Rica", nameAr: "كوستاريكا", timezone: "America/Costa_Rica", flagCode: "CR", prefix: "0", callCode: "506", phoneMax: 8, phoneMin: 8, }, { name: "Croatia", nameAr: "كرواتيا", timezone: "Europe/Zagreb", flagCode: "HR", prefix: "0", callCode: "385", phoneMax: 12, phoneMin: 8, }, { name: "Cuba", nameAr: "كوبا", timezone: "America/Havana", flagCode: "CU", prefix: "0", callCode: "53", phoneMax: 8, phoneMin: 6, }, { name: "Cyprus", nameAr: "قبرص", timezone: "Asia/Nicosia", flagCode: "CY", prefix: "0", callCode: "357", phoneMax: 11, phoneMin: 8, }, { name: "Czech Republic", nameAr: "جمهورية التشيك", timezone: "Europe/Prague", flagCode: "CZ", prefix: "0", callCode: "420", phoneMax: 12, phoneMin: 4, }, { name: "Denmark", nameAr: "الدنمارك", timezone: "Europe/Copenhagen", flagCode: "DK", prefix: "0", callCode: "45", phoneMax: 8, phoneMin: 8, }, { name: "Djibouti", nameAr: "جيبوتي", timezone: "Africa/Djibouti", flagCode: "DJ", prefix: "0", callCode: "253", phoneMax: 6, phoneMin: 6, }, { name: "Dominica", nameAr: "دومينيكا", timezone: "America/Dominica", flagCode: "DM", prefix: "1", callCode: "1767", phoneMax: 10, phoneMin: 10, }, { name: "Dominican Republic", nameAr: "جمهورية الدومينيكان", timezone: "America/Santo_Domingo", flagCode: "DO", prefix: "1", callCode: "1809", phoneMax: 10, phoneMin: 10, }, { name: "Ecuador", nameAr: "الإكوادور", timezone: "America/Guayaquil", flagCode: "EC", prefix: "0", callCode: "593", phoneMax: 8, phoneMin: 8, }, { name: "Egypt", nameAr: "مصر", timezone: "Africa/Cairo", flagCode: "EG", prefix: "0", callCode: "20", phoneMax: 9, phoneMin: 7, }, { name: "El Salvador", nameAr: "السلفادور", timezone: "America/El_Salvador", flagCode: "SV", prefix: "0", callCode: "503", phoneMax: 11, phoneMin: 7, }, { name: "Equatorial Guinea", nameAr: "غينيا الاستوائية", timezone: "Africa/Malabo", flagCode: "GQ", prefix: "0", callCode: "240", phoneMax: 9, phoneMin: 9, }, { name: "Eritrea", nameAr: "إريتريا", timezone: "Africa/Asmara", flagCode: "ER", prefix: "0", callCode: "291", phoneMax: 7, phoneMin: 7, }, { name: "Estonia", nameAr: "إستونيا", timezone: "Europe/Tallinn", flagCode: "EE", prefix: "0", callCode: "372", phoneMax: 10, phoneMin: 7, }, { name: "Ethiopia", nameAr: "إثيوبيا", timezone: "Africa/Addis_Ababa", flagCode: "ET", prefix: "0", callCode: "251", phoneMax: 9, phoneMin: 9, }, { name: "Faroe Islands", nameAr: "جزر فارو", timezone: "Atlantic/Faroe", flagCode: "FO", prefix: "0", callCode: "298", phoneMax: 6, phoneMin: 6, }, { name: "Fiji", nameAr: "فيجي", timezone: "Pacific/Fiji", flagCode: "FJ", prefix: "0", callCode: "679", phoneMax: 7, phoneMin: 7, }, { name: "Finland", nameAr: "فنلندا", timezone: "Europe/Helsinki", flagCode: "FI", prefix: "0", callCode: "358", phoneMax: 12, phoneMin: 5, }, { name: "France", nameAr: "فرنسا", timezone: "Europe/Paris", flagCode: "FR", prefix: "0", callCode: "33", phoneMax: 9, phoneMin: 9, }, { name: "French Polynesia", nameAr: "بولينيزيا الفرنسية", timezone: "Pacific/Tahiti", flagCode: "PF", prefix: "0", callCode: "689", phoneMax: 6, phoneMin: 6, }, { name: "Gabon", nameAr: "الغابون", timezone: "Africa/Libreville", flagCode: "GA", prefix: "0", callCode: "241", phoneMax: 7, phoneMin: 6, }, { name: "Georgia", nameAr: "جورجيا", timezone: "Asia/Tbilisi", flagCode: "GE", prefix: "8", callCode: "995", phoneMax: 9, phoneMin: 9, }, { name: "Germany", nameAr: "ألمانيا", timezone: "Europe/Berlin", flagCode: "DE", prefix: "0", callCode: "49", phoneMax: 13, phoneMin: 6, }, { name: "Ghana", nameAr: "غانا", timezone: "Africa/Accra", flagCode: "GH", prefix: "0", callCode: "233", phoneMax: 9, phoneMin: 5, }, { name: "Gibraltar", nameAr: "جبل طارق", timezone: "Europe/Gibraltar", flagCode: "GI", prefix: "0", callCode: "350", phoneMax: 8, phoneMin: 8, }, { name: "Greece", nameAr: "اليونان", timezone: "Europe/Athens", flagCode: "GR", prefix: "0", callCode: "30", phoneMax: 10, phoneMin: 10, }, { name: "Greenland", nameAr: "جرينلاند", timezone: "America/Godthab", flagCode: "GL", prefix: "0", callCode: "299", phoneMax: 6, phoneMin: 6, }, { name: "Grenada", nameAr: "غرينادا", timezone: "America/Grenada", flagCode: "GD", prefix: "1", callCode: "1473", phoneMax: 10, phoneMin: 10, }, { name: "Guam", nameAr: "غوام", timezone: "Pacific/Guam", flagCode: "GU", prefix: "1", callCode: "1671", phoneMax: 10, phoneMin: 10, }, { name: "Guatemala", nameAr: "غواتيمالا", timezone: "America/Guatemala", flagCode: "GT", prefix: "0", callCode: "502", phoneMax: 8, phoneMin: 8, }, { name: "Guinea", nameAr: "غينيا", timezone: "Africa/Conakry", flagCode: "GN", prefix: "0", callCode: "224", phoneMax: 8, phoneMin: 8, }, { name: "Guinea-Bissau", nameAr: "غينيا بيساو", timezone: "Africa/Bissau", flagCode: "GW", prefix: "0", callCode: "245", phoneMax: 8, phoneMin: 8, }, { name: "Guyana", nameAr: "غيانا", timezone: "America/Guyana", flagCode: "GY", prefix: "0", callCode: "592", phoneMax: 7, phoneMin: 7, }, { name: "Haiti", nameAr: "هايتي", timezone: "America/Port-au-Prince", flagCode: "HT", prefix: "0", callCode: "509", phoneMax: 8, phoneMin: 8, }, { name: "Honduras", nameAr: "هندوراس", timezone: "America/Tegucigalpa", flagCode: "HN", prefix: "0", callCode: "504", phoneMax: 8, phoneMin: 8, }, { name: "Hong Kong", nameAr: "هونغ كونغ", timezone: "Asia/Hong_Kong", flagCode: "HK", prefix: "0", callCode: "852", phoneMax: 9, phoneMin: 4, }, { name: "Hungary", nameAr: "المجر", timezone: "Europe/Budapest", flagCode: "HU", prefix: "6", callCode: "36", phoneMax: 9, phoneMin: 8, }, { name: "Iceland", nameAr: "آيسلندا", timezone: "Atlantic/Reykjavik", flagCode: "IS", prefix: "0", callCode: "354", phoneMax: 9, phoneMin: 7, }, { name: "India", nameAr: "الهند", timezone: "Asia/Kolkata", flagCode: "IN", prefix: "0", callCode: "91", phoneMax: 10, phoneMin: 7, }, { name: "Indonesia", nameAr: "إندونيسيا", timezone: "Asia/Jakarta", flagCode: "ID", prefix: "0", callCode: "62", phoneMax: 10, phoneMin: 5, }, { name: "Iraq", nameAr: "العراق", timezone: "Asia/Baghdad", flagCode: "IQ", prefix: "0", callCode: "964", phoneMax: 10, phoneMin: 8, }, { name: "Ireland", nameAr: "أيرلندا", timezone: "Europe/Dublin", flagCode: "IE", prefix: "0", callCode: "353", phoneMax: 11, phoneMin: 7, }, { name: "Israel", nameAr: "إسرائيل", timezone: "Asia/Jerusalem", flagCode: "IL", prefix: "0", callCode: "972", phoneMax: 9, phoneMin: 8, }, { name: "Italy", nameAr: "إيطاليا", timezone: "Europe/Rome", flagCode: "IT", prefix: "0", callCode: "39", phoneMax: 11, phoneMin: 6, }, { name: "Jamaica", nameAr: "جامايكا", timezone: "America/Jamaica", flagCode: "JM", prefix: "1", callCode: "876", phoneMax: 10, phoneMin: 10, }, { name: "Japan", nameAr: "اليابان", timezone: "Asia/Tokyo", flagCode: "JP", prefix: "0", callCode: "81", phoneMax: 13, phoneMin: 5, }, { name: "Jordan", nameAr: "الأردن", timezone: "Asia/Amman", flagCode: "JO", prefix: "0", callCode: "962", phoneMax: 9, phoneMin: 5, }, { name: "Kazakhstan", nameAr: "كازاخستان", timezone: "Asia/Almaty", flagCode: "KZ", prefix: "8", callCode: "7", phoneMax: 10, phoneMin: 10, }, { name: "Kenya", nameAr: "كينيا", timezone: "Africa/Nairobi", flagCode: "KE", prefix: "0", callCode: "254", phoneMax: 10, phoneMin: 6, }, { name: "Kiribati", nameAr: "كيريباتي", timezone: "Pacific/Tarawa", flagCode: "KI", prefix: "0", callCode: "686", phoneMax: 5, phoneMin: 5, }, { name: "Kuwait", nameAr: "الكويت", timezone: "Asia/Kuwait", flagCode: "KW", prefix: "0", callCode: "965", phoneMax: 8, phoneMin: 7, }, { name: "Kyrgyzstan", nameAr: "قيرغيزستان", timezone: "Asia/Bishkek", flagCode: "KG", prefix: "0", callCode: "996", phoneMax: 9, phoneMin: 9, }, { name: "Laos", nameAr: "لاوس", timezone: "Asia/Vientiane", flagCode: "LA", prefix: "0", callCode: "856", phoneMax: 10, phoneMin: 8, }, { name: "Latvia", nameAr: "لاتفيا", timezone: "Europe/Riga", flagCode: "LV", prefix: "0", callCode: "371", phoneMax: 8, phoneMin: 7, }, { name: "Lebanon", nameAr: "لبنان", timezone: "Asia/Beirut", flagCode: "LB", prefix: "0", callCode: "961", phoneMax: 8, phoneMin: 7, }, { name: "Lesotho", nameAr: "ليسوتو", timezone: "Africa/Maseru", flagCode: "LS", prefix: "0", callCode: "266", phoneMax: 8, phoneMin: 8, }, { name: "Liberia", nameAr: "ليبيريا", timezone: "Africa/Monrovia", flagCode: "LR", prefix: "0", callCode: "231", phoneMax: 8, phoneMin: 7, }, { name: "Libya", nameAr: "ليبيا", timezone: "Africa/Tripoli", flagCode: "LY", prefix: "0", callCode: "218", phoneMax: 9, phoneMin: 8, }, { name: "Liechtenstein", nameAr: "ليختنشتاين", timezone: "Europe/Vaduz", flagCode: "LI", prefix: "0", callCode: "423", phoneMax: 9, phoneMin: 7, }, { name: "Lithuania", nameAr: "ليتوانيا", timezone: "Europe/Vilnius", flagCode: "LT", prefix: "0", callCode: "370", phoneMax: 8, phoneMin: 8, }, { name: "Luxembourg", nameAr: "لوكسمبورغ", timezone: "Europe/Luxembourg", flagCode: "LU", prefix: "0", callCode: "352", phoneMax: 11, phoneMin: 4, }, { name: "Macau", nameAr: "ماكاو", timezone: "Asia/Macau", flagCode: "MO", prefix: "0", callCode: "853", phoneMax: 8, phoneMin: 7, }, { name: "Macedonia", nameAr: "مقدونيا", timezone: "Europe/Skopje", flagCode: "MK", prefix: "0", callCode: "389", phoneMax: 8, phoneMin: 8, }, { name: "Madagascar", nameAr: "مدغشقر", timezone: "Indian/Antananarivo", flagCode: "MG", prefix: "0", callCode: "261", phoneMax: 10, phoneMin: 9, }, { name: "Malawi", nameAr: "ملاوي", timezone: "Africa/Blantyre", flagCode: "MW", prefix: "0", callCode: "265", phoneMax: 8, phoneMin: 7, }, { name: "Malaysia", nameAr: "ماليزيا", timezone: "Asia/Kuala_Lumpur", flagCode: "MY", prefix: "0", callCode: "60", phoneMax: 9, phoneMin: 7, }, { name: "Maldives", nameAr: "جزر المالديف", timezone: "Indian/Maldives", flagCode: "MV", prefix: "0", callCode: "960", phoneMax: 7, phoneMin: 7, }, { name: "Mali", nameAr: "مالي", timezone: "Africa/Bamako", flagCode: "ML", prefix: "0", callCode: "223", phoneMax: 8, phoneMin: 8, }, { name: "Malta", nameAr: "مالطا", timezone: "Europe/Malta", flagCode: "MT", prefix: "0", callCode: "356", phoneMax: 8, phoneMin: 8, }, { name: "Marshall Islands", nameAr: "جزر مارشال", timezone: "Pacific/Majuro", flagCode: "MH", prefix: "1", callCode: "692", phoneMax: 7, phoneMin: 7, }, { name: "Mauritania", nameAr: "موريتانيا", timezone: "Africa/Nouakchott", flagCode: "MR", prefix: "0", callCode: "222", phoneMax: 7, phoneMin: 7, }, { name: "Mauritius", nameAr: "موريشيوس", timezone: "Indian/Mauritius", flagCode: "MU", prefix: "0", callCode: "230", phoneMax: 7, phoneMin: 7, }, { name: "Mayotte", nameAr: "مايوت", timezone: "Indian/Mayotte", flagCode: "YT", prefix: "0", callCode: "262", phoneMax: 8, phoneMin: 8, }, { name: "Mexico", nameAr: "المكسيك", timezone: "America/Mexico_City", flagCode: "MX", prefix: "1", callCode: "52", phoneMax: 10, phoneMin: 10, }, { name: "Moldova", nameAr: "مولدوفا", timezone: "Europe/Chisinau", flagCode: "MD", prefix: "0", callCode: "373", phoneMax: 8, phoneMin: 8, }, { name: "Monaco", nameAr: "موناكو", timezone: "Europe/Monaco", flagCode: "MC", prefix: "0", callCode: "377", phoneMax: 9, phoneMin: 5, }, { name: "Mongolia", nameAr: "منغوليا", timezone: "Asia/Ulaanbaatar", flagCode: "MN", prefix: "0", callCode: "976", phoneMax: 8, phoneMin: 7, }, { name: "Montenegro", nameAr: "الجبل الأسود", timezone: "Europe/Podgorica", flagCode: "ME", prefix: "0", callCode: "382", phoneMax: 12, phoneMin: 4, }, { name: "Montserrat", nameAr: "مونتسرات", timezone: "America/Montserrat", flagCode: "MS", prefix: "1", callCode: "1664", phoneMax: 10, phoneMin: 10, }, { name: "Morocco", nameAr: "المغرب", timezone: "Africa/Casablanca", flagCode: "MA", prefix: "0", callCode: "212", phoneMax: 9, phoneMin: 9, }, { name: "Mozambique", nameAr: "موزمبيق", timezone: "Africa/Maputo", flagCode: "MZ", prefix: "0", callCode: "258", phoneMax: 9, phoneMin: 8, }, { name: "Myanmar", nameAr: "ميانمار", timezone: "Asia/Yangon", flagCode: "MM", prefix: "0", callCode: "95", phoneMax: 9, phoneMin: 7, }, { name: "Namibia", nameAr: "ناميبيا", timezone: "Africa/Windhoek", flagCode: "NA", prefix: "0", callCode: "264", phoneMax: 10, phoneMin: 6, }, { name: "Nauru", nameAr: "ناورو", timezone: "Pacific/Nauru", flagCode: "NR", prefix: "0", callCode: "674", phoneMax: 7, phoneMin: 4, }, { name: "Nepal", nameAr: "نيبال", timezone: "Asia/Kathmandu", flagCode: "NP", prefix: "0", callCode: "977", phoneMax: 9, phoneMin: 8, }, { name: "Netherlands", nameAr: "هولندا", timezone: "Europe/Amsterdam", flagCode: "NL", prefix: "0", callCode: "31", phoneMax: 9, phoneMin: 9, }, { name: "Netherlands Antilles", nameAr: "جزر الأنتيل الهولندية", timezone: "America/Curacao", flagCode: "AN", prefix: "0", callCode: "599", phoneMax: 8, phoneMin: 8, }, { name: "New Caledonia", nameAr: "كاليدونيا الجديدة", timezone: "Pacific/Noumea", flagCode: "NC", prefix: "0", callCode: "687", phoneMax: 6, phoneMin: 6, }, { name: "New Zealand", nameAr: "نيوزيلندا", timezone: "Pacific/Auckland", flagCode: "NZ", prefix: "0", callCode: "64", phoneMax: 10, phoneMin: 3, }, { name: "Nicaragua", nameAr: "نيكاراغوا", timezone: "America/Managua", flagCode: "NI", prefix: "0", callCode: "505", phoneMax: 8, phoneMin: 8, }, { name: "Niger", nameAr: "النيجر", timezone: "Africa/Niamey", flagCode: "NE", prefix: "0", callCode: "227", phoneMax: 8, phoneMin: 8, }, { name: "Nigeria", nameAr: "نيجيريا", timezone: "Africa/Lagos", flagCode: "NG", prefix: "0", callCode: "234", phoneMax: 10, phoneMin: 7, }, { name: "Niue", nameAr: "نيوي", timezone: "Pacific/Niue", flagCode: "NU", prefix: "0", callCode: "683", phoneMax: 4, phoneMin: 4, }, { name: "Norway", nameAr: "النرويج", timezone: "Europe/Oslo", flagCode: "NO", prefix: "0", callCode: "47", phoneMax: 8, phoneMin: 5, }, { name: "Oman", nameAr: "عمان", timezone: "Asia/Muscat", flagCode: "OM", prefix: "0", callCode: "968", phoneMax: 8, phoneMin: 7, }, { name: "Pakistan", nameAr: "باكستان", timezone: "Asia/Karachi", flagCode: "PK", prefix: "0", callCode: "92", phoneMax: 11, phoneMin: 8, }, { name: "Palau", nameAr: "بالاو", timezone: "Pacific/Palau", flagCode: "PW", prefix: "0", callCode: "680", phoneMax: 7, phoneMin: 7, }, { name: "Panama", nameAr: "بنما", timezone: "America/Panama", flagCode: "PA", prefix: "0", callCode: "507", phoneMax: 8, phoneMin: 7, }, { name: "Papua New Guinea", nameAr: "بابوا غينيا الجديدة", timezone: "Pacific/Port_Moresby", flagCode: "PG", prefix: "0", callCode: "675", phoneMax: 11, phoneMin: 4, }, { name: "Paraguay", nameAr: "باراغواي", timezone: "America/Asuncion", flagCode: "PY", prefix: "0", callCode: "595", phoneMax: 9, phoneMin: 5, }, { name: "Peru", nameAr: "بيرو", timezone: "America/Lima", flagCode: "PE", prefix: "0", callCode: "51", phoneMax: 11, phoneMin: 8, }, { name: "Philippines", nameAr: "الفلبين", timezone: "Asia/Manila", flagCode: "PH", prefix: "0", callCode: "63", phoneMax: 10, phoneMin: 8, }, { name: "Poland", nameAr: "بولندا", timezone: "Europe/Warsaw", flagCode: "PL", prefix: "0", callCode: "48", phoneMax: 9, phoneMin: 6, }, { name: "Portugal", nameAr: "البرتغال", timezone: "Europe/Lisbon", flagCode: "PT", prefix: "0", callCode: "351", phoneMax: 11, phoneMin: 9, }, { name: "Puerto Rico", nameAr: "بورتوريكو", timezone: "America/Puerto_Rico", flagCode: "PR", prefix: "1", callCode: "1787", phoneMax: 10, phoneMin: 10, }, { name: "Qatar", nameAr: "قطر", timezone: "Asia/Qatar", flagCode: "QA", prefix: "0", callCode: "974", phoneMax: 8, phoneMin: 3, }, { name: "Romania", nameAr: "رومانيا", timezone: "Europe/Bucharest", flagCode: "RO", prefix: "0", callCode: "40", phoneMax: 9, phoneMin: 9, }, { name: "Russia", nameAr: "روسيا", timezone: "Europe/Moscow", flagCode: "RU", prefix: "8", callCode: "7", phoneMax: 10, phoneMin: 10, }, { name: "Rwanda", nameAr: "رواندا", timezone: "Africa/Kigali", flagCode: "RW", prefix: "0", callCode: "250", phoneMax: 9, phoneMin: 9, }, { name: "Saint Helena", nameAr: "سانت هيلينا", timezone: "Atlantic/St_Helena", flagCode: "SH", prefix: "0", callCode: "290", phoneMax: 8, phoneMin: 8, }, { name: "Saint Kitts and Nevis", nameAr: "سانت كيتس ونيفيس", timezone: "America/St_Kitts", flagCode: "KN", prefix: "1", callCode: "1869", phoneMax: 10, phoneMin: 10, }, { name: "Saint Lucia", nameAr: "سانت لوسيا", timezone: "America/St_Lucia", flagCode: "LC", prefix: "1", callCode: "1758", phoneMax: 10, phoneMin: 10, }, { name: "Saint Pierre and Miquelon", nameAr: "سان بيير وميكلون", timezone: "America/Miquelon", flagCode: "PM", prefix: "0", callCode: "508", phoneMax: 6, phoneMin: 6, }, { name: "Samoa", nameAr: "ساموا", timezone: "Pacific/Apia", flagCode: "WS", prefix: "0", callCode: "685", phoneMax: 7, phoneMin: 3, }, { name: "San Marino", nameAr: "سان مارينو", timezone: "Europe/San_Marino", flagCode: "SM", prefix: "0", callCode: "378", phoneMax: 10, phoneMin: 6, }, { name: "Sao Tome and Principe", nameAr: "ساو تومي وبرينسيبي", timezone: "Africa/Sao_Tome", flagCode: "ST", prefix: "0", callCode: "239", phoneMax: 7, phoneMin: 7, }, { name: "Saudi Arabia", nameAr: "المملكة العربية السعودية", timezone: "Asia/Riyadh", flagCode: "SA", prefix: "0", callCode: "966", phoneMax: 9, phoneMin: 8, }, { name: "Senegal", nameAr: "السنغال", timezone: "Africa/Dakar", flagCode: "SN", prefix: "0", callCode: "221", phoneMax: 9, phoneMin: 9, }, { name: "Serbia", nameAr: "صربيا", timezone: "Europe/Belgrade", flagCode: "RS", prefix: "0", callCode: "381", phoneMax: 12, phoneMin: 4, }, { name: "Seychelles", nameAr: "سيشل", timezone: "Indian/Mahe", flagCode: "SC", prefix: "0", callCode: "248", phoneMax: 7, phoneMin: 7, }, { name: "Sierra Leone", nameAr: "سيراليون", timezone: "Africa/Freetown", flagCode: "SL", prefix: "0", callCode: "232", phoneMax: 8, phoneMin: 8, }, { name: "Singapore", nameAr: "سنغافورة", timezone: "Asia/Singapore", flagCode: "SG", prefix: "0", callCode: "65", phoneMax: 12, phoneMin: 8, }, { name: "Slovakia", nameAr: "سلوفاكيا", timezone: "Europe/Bratislava", flagCode: "SK", prefix: "0", callCode: "421", phoneMax: 9, phoneMin: 4, }, { name: "Slovenia", nameAr: "سلوفينيا", timezone: "Europe/Ljubljana", flagCode: "SI", prefix: "0", callCode: "386", phoneMax: 8, phoneMin: 8, }, { name: "Solomon Islands", nameAr: "جزر سليمان", timezone: "Pacific/Guadalcanal", flagCode: "SB", prefix: "0", callCode: "677", phoneMax: 5, phoneMin: 5, }, { name: "Somalia", nameAr: "الصومال", timezone: "Africa/Mogadishu", flagCode: "SO", prefix: "0", callCode: "252", phoneMax: 8, phoneMin: 5, }, { name: "South Africa", nameAr: "جنوب أفريقيا", timezone: "Africa/Johannesburg", flagCode: "ZA", prefix: "0", callCode: "27", phoneMax: 9, phoneMin: 9, }, { name: "Spain", nameAr: "إسبانيا", timezone: "Europe/Madrid", flagCode: "ES", prefix: "0", callCode: "34", phoneMax: 9, phoneMin: 9, }, { name: "Sri Lanka", nameAr: "سريلانكا", timezone: "Asia/Colombo", flagCode: "LK", prefix: "0", callCode: "94", phoneMax: 9, phoneMin: 9, }, { name: "Sudan", nameAr: "السودان", timezone: "Africa/Khartoum", flagCode: "SD", prefix: "0", callCode: "249", phoneMax: 9, phoneMin: 9, }, { name: "Suriname", nameAr: "سورينام", timezone: "America/Paramaribo", flagCode: "SR", prefix: "0", callCode: "597", phoneMax: 7, phoneMin: 6, }, { name: "Swaziland", nameAr: "إسواتيني", timezone: "Africa/Mbabane", flagCode: "SZ", prefix: "0", callCode: "268", phoneMax: 8, phoneMin: 8, }, { name: "Sweden", nameAr: "السويد", timezone: "Europe/Stockholm", flagCode: "SE", prefix: "0", callCode: "46", phoneMax: 13, phoneMin: 7, }, { name: "Switzerland", nameAr: "سويسرا", timezone: "Europe/Zurich", flagCode: "CH", prefix: "0", callCode: "41", phoneMax: 12, phoneMin: 4, }, { name: "Syria", nameAr: "سوريا", timezone: "Asia/Damascus", flagCode: "SY", prefix: "0", callCode: "963", phoneMax: 10, phoneMin: 8, }, { name: "Taiwan", nameAr: "تايوان", timezone: "Asia/Taipei", flagCode: "TW", prefix: "0", callCode: "886", phoneMax: 9, phoneMin: 8, }, { name: "Tajikistan", nameAr: "طاجيكستان", timezone: "Asia/Dushanbe", flagCode: "TJ", prefix: "8", callCode: "992", phoneMax: 9, phoneMin: 9, }, { name: "Tanzania", nameAr: "تنزانيا", timezone: "Africa/Dar_es_Salaam", flagCode: "TZ", prefix: "0", callCode: "255", phoneMax: 9, phoneMin: 9, }, { name: "Thailand", nameAr: "تايلاند", timezone: "Asia/Bangkok", flagCode: "TH", prefix: "0", callCode: "66", phoneMax: 9, phoneMin: 8, }, { name: "Togo", nameAr: "توغو", timezone: "Africa/Lome", flagCode: "TG", prefix: "0", callCode: "228", phoneMax: 8, phoneMin: 8, }, { name: "Tokelau", nameAr: "توكيلاو", timezone: "Pacific/Fakaofo", flagCode: "TK", prefix: "0", callCode: "690", phoneMax: 4, phoneMin: 4, }, { name: "Tonga", nameAr: "تونغا", timezone: "Pacific/Tongatapu", flagCode: "TO", prefix: "0", callCode: "676", phoneMax: 7, phoneMin: 5, }, { name: "Trinidad and Tobago", nameAr: "ترينيداد وتوباغو", timezone: "America/Port_of_Spain", flagCode: "TT", prefix: "1", callCode: "1868", phoneMax: 10, phoneMin: 10, }, { name: "Tunisia", nameAr: "تونس", timezone: "Africa/Tunis", flagCode: "TN", prefix: "0", callCode: "216", phoneMax: 8, phoneMin: 8, }, { name: "Turkey", nameAr: "تركيا", timezone: "Europe/Istanbul", flagCode: "TR", prefix: "0", callCode: "90", phoneMax: 10, phoneMin: 10, }, { name: "Turkmenistan", nameAr: "تركمانستان", timezone: "Asia/Ashgabat", flagCode: "TM", prefix: "8", callCode: "993", phoneMax: 8, phoneMin: 8, }, { name: "Turks and Caicos Islands", nameAr: "جزر تركس وكايكوس", timezone: "America/Grand_Turk", flagCode: "TC", prefix: "1", callCode: "1649", phoneMax: 10, phoneMin: 10, }, { name: "Tuvalu", nameAr: "توفالو", timezone: "Pacific/Funafuti", flagCode: "TV", prefix: "0", callCode: "688", phoneMax: 6, phoneMin: 5, }, { name: "Uganda", nameAr: "أوغندا", timezone: "Africa/Kampala", flagCode: "UG", prefix: "0", callCode: "256", phoneMax: 9, phoneMin: 9, }, { name: "Ukraine", nameAr: "أوكرانيا", timezone: "Europe/Kiev", flagCode: "UA", prefix: "0", callCode: "380", phoneMax: 9, phoneMin: 9, }, { name: "United Arab Emirates", nameAr: "الإمارات العربية المتحدة", timezone: "Asia/Dubai", flagCode: "AE", prefix: "0", callCode: "971", phoneMax: 9, phoneMin: 8, }, { name: "United Kingdom", nameAr: "المملكة المتحدة", timezone: "Europe/London", flagCode: "GB", prefix: "0", callCode: "44", phoneMax: 10, phoneMin: 7, }, { name: "Uruguay", nameAr: "الأوروغواي", timezone: "America/Montevideo", flagCode: "UY", prefix: "0", callCode: "598", phoneMax: 11, phoneMin: 4, }, { name: "Uzbekistan", nameAr: "أوزبكستان", timezone: "Asia/Tashkent", flagCode: "UZ", prefix: "8", callCode: "998", phoneMax: 9, phoneMin: 9, }, { name: "Vanuatu", nameAr: "فانواتو", timezone: "Pacific/Efate", flagCode: "VU", prefix: "0", callCode: "678", phoneMax: 7, phoneMin: 5, }, { name: "Venezuela", nameAr: "فنزويلا", timezone: "America/Caracas", flagCode: "VE", prefix: "0", callCode: "58", phoneMax: 10, phoneMin: 10, }, { name: "Vietnam", nameAr: "فيتنام", timezone: "Asia/Ho_Chi_Minh", flagCode: "VN", prefix: "0", callCode: "84", phoneMax: 10, phoneMin: 7, }, { name: "Yemen", nameAr: "اليمن", timezone: "Asia/Aden", flagCode: "YE", prefix: "0", callCode: "967", phoneMax: 9, phoneMin: 6, }, { name: "Zambia", nameAr: "زامبيا", timezone: "Africa/Lusaka", flagCode: "ZM", prefix: "0", callCode: "260", phoneMax: 9, phoneMin: 9, }, { name: "Zimbabwe", nameAr: "زيمبابوي", timezone: "Africa/Harare", flagCode: "ZW", prefix: "0", callCode: "263", phoneMax: 10, phoneMin: 5, }, ];