This commit is contained in:
2024-11-05 12:10:06 +08:00
commit 6b687feee2
3995 changed files with 418583 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
return [
"country" => "Paraguay",
"subdivisions" => [
"1" => "Concepción",
"10" => "Alto Paraná",
"11" => "Central",
"12" => "Ñeembucú",
"13" => "Amambay",
"14" => "Canindeyú",
"15" => "Presidente Hayes",
"16" => "Alto Paraguay",
"19" => "Boquerón",
"2" => "San Pedro",
"3" => "Cordillera",
"4" => "Guairá",
"5" => "Caaguazú",
"6" => "Caazapá",
"7" => "Itapúa",
"8" => "Misiones",
"9" => "Paraguarí",
"ASU" => "Asunción"
]
];