This commit is contained in:
2024-11-05 12:10:06 +08:00
commit 6b687feee2
3995 changed files with 418583 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
return [
"country" => "Jordan",
"subdivisions" => [
"AJ" => "Ajlūn",
"AM" => "Al A̅şimah",
"AQ" => "Al Aqabah",
"AT" => "Aţ Ţafīlah",
"AZ" => "Az Zarqā’",
"BA" => "Al Balqā’",
"IR" => "Irbid",
"JA" => "Jarash",
"KA" => "Al Karak",
"MA" => "Al Mafraq",
"MD" => "Mādabā",
"MN" => "Ma‘ān"
]
];