HighSpeaker/vendor/workerman/validation/data/iso_3166-2/LS.php
2024-01-31 22:15:08 +08:00

17 lines
307 B
PHP

<?php
return [
"country" => "Lesotho",
"subdivisions" => [
"A" => "Maseru",
"B" => "Botha-Bothe",
"C" => "Leribe",
"D" => "Berea",
"E" => "Mafeteng",
"F" => "Mohale's Hoek",
"G" => "Quthing",
"H" => "Qacha's Nek",
"J" => "Mokhotlong",
"K" => "Thaba-Tseka"
]
];