INIT
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Côte d'Ivoire",
|
||||
"subdivisions" => [
|
||||
"AB" => "Abidjan",
|
||||
"BS" => "Bas-Sassandra",
|
||||
"CM" => "Comoé",
|
||||
"DN" => "Denguélé",
|
||||
"GD" => "Gôh-Djiboua",
|
||||
"LC" => "Lacs",
|
||||
"LG" => "Lagunes",
|
||||
"MG" => "Montagnes",
|
||||
"SM" => "Sassandra-Marahoué",
|
||||
"SV" => "Savanes",
|
||||
"VB" => "Vallée du Bandama",
|
||||
"WR" => "Woroba",
|
||||
"YM" => "Yamoussoukro",
|
||||
"ZZ" => "Zanzan"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user