This commit is contained in:
Enoch
2024-08-09 22:16:39 +08:00
commit d78b38e80f
3984 changed files with 416946 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php
return [
"country" => "Portugal",
"subdivisions" => [
"01" => "Aveiro",
"02" => "Beja",
"03" => "Braga",
"04" => "Bragança",
"05" => "Castelo Branco",
"06" => "Coimbra",
"07" => "Évora",
"08" => "Faro",
"09" => "Guarda",
"10" => "Leiria",
"11" => "Lisboa",
"12" => "Portalegre",
"13" => "Porto",
"14" => "Santarém",
"15" => "Setúbal",
"16" => "Viana do Castelo",
"17" => "Vila Real",
"18" => "Viseu",
"20" => "Região Autónoma dos Açores",
"30" => "Região Autónoma da Madeira"
]
];