INIT
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Equatorial Guinea",
|
||||
"subdivisions" => [
|
||||
"AN" => "Annobon",
|
||||
"BN" => "Bioko Nord",
|
||||
"BS" => "Bioko Sud",
|
||||
"C" => "Região Continental",
|
||||
"CS" => "Centro Sud",
|
||||
"DJ" => "Djibloho",
|
||||
"I" => "Região Insular",
|
||||
"KN" => "Kié-Ntem",
|
||||
"LI" => "Litoral",
|
||||
"WN" => "Wele-Nzas"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user