INIT
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
return [
|
||||
"country" => "Belgium",
|
||||
"subdivisions" => [
|
||||
"BRU" => "Brussels Hoofdstedelijk Gewest",
|
||||
"VAN" => "Antwerpen",
|
||||
"VBR" => "Vlaams-Brabant",
|
||||
"VLG" => "Vlaams Gewest",
|
||||
"VLI" => "Limburg",
|
||||
"VOV" => "Oost-Vlaanderen",
|
||||
"VWV" => "West-Vlaanderen",
|
||||
"WAL" => "wallonne, Région",
|
||||
"WBR" => "Brabant wallon",
|
||||
"WHT" => "Hainaut",
|
||||
"WLG" => "Liège",
|
||||
"WLX" => "Luxembourg",
|
||||
"WNA" => "Namur"
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user