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
+15
View File
@@ -0,0 +1,15 @@
<?php
return [
"country" => "Austria",
"subdivisions" => [
"1" => "Burgenland",
"2" => "Kärnten",
"3" => "Niederösterreich",
"4" => "Oberösterreich",
"5" => "Salzburg",
"6" => "Steiermark",
"7" => "Tirol",
"8" => "Vorarlberg",
"9" => "Wien"
]
];