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" => "Congo",
"subdivisions" => [
"11" => "Bouenza",
"12" => "Pool",
"13" => "Sangha",
"14" => "Plateaux",
"15" => "Cuvette-Ouest",
"16" => "Pointe-Noire",
"2" => "Lékoumou",
"5" => "Kouilou",
"7" => "Likouala",
"8" => "Cuvette",
"9" => "Niari",
"BZV" => "Brazzaville"
]
];