respect-validation/data/iso_3166-2/SN.php

21 lines
397 B
PHP
Raw Normal View History

<?php
return [
"country" => "Senegal",
"subdivisions" => [
"DB" => "Diourbel",
"DK" => "Dakar",
"FK" => "Fatick",
"KA" => "Kaffrine",
"KD" => "Kolda",
"KE" => "Kédougou",
"KL" => "Kaolack",
"LG" => "Louga",
"MT" => "Matam",
"SE" => "Sédhiou",
"SL" => "Saint-Louis",
"TC" => "Tambacounda",
"TH" => "Thiès",
"ZG" => "Ziguinchor"
]
];