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

17 lines
362 B
PHP
Raw Normal View History

<?php
return [
"country" => "South Sudan",
"subdivisions" => [
"BN" => "Northern Bahr el Ghazal",
"BW" => "Western Bahr el Ghazal",
"EC" => "Central Equatoria",
"EE" => "Eastern Equatoria",
"EW" => "Western Equatoria",
"JG" => "Jonglei",
"LK" => "Lakes",
"NU" => "Upper Nile",
"UY" => "Unity",
"WR" => "Warrap"
]
];