respect-validation/data/iso_3166-2/EG.php
Alexandre Gomes Gaigalas 6173757f63 Use PHP files and setup a runtime cache for CountryInfo
Previously, we were loading country info from a JSON file. This
changes it to use PHP files instead. It also caches these resources
across calls avoiding these files to be loaded more than once
per process.
2023-02-19 00:19:10 -03:00

34 lines
835 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
"country" => "Egypt",
"subdivisions" => [
"ALX" => "Al Iskandarīyah",
"ASN" => "Aswān",
"AST" => "Asyūţ",
"BA" => "Al Baḩr al Aḩmar",
"BH" => "Al Buḩayrah",
"BNS" => "Banī Suwayf",
"C" => "Al Qāhirah",
"DK" => "Ad Daqahlīyah",
"DT" => "Dumyāţ",
"FYM" => "Al Fayyūm",
"GH" => "Al Gharbīyah",
"GZ" => "Al Jīzah",
"IS" => "Al Ismā'īlīyah",
"JS" => "Janūb Sīnā'",
"KB" => "Al Qalyūbīyah",
"KFS" => "Kafr ash Shaykh",
"KN" => "Qinā",
"LX" => "Al Uqşur",
"MN" => "Al Minyā",
"MNF" => "Al Minūfīyah",
"MT" => "Maţrūḩ",
"PTS" => "Būr Saīd",
"SHG" => "Sūhāj",
"SHR" => "Ash Sharqīyah",
"SIN" => "Shamāl Sīnā'",
"SUZ" => "As Suways",
"WAD" => "Al Wādī al Jadīd"
]
];