You are here

function location_province_list_so in Location 5

Same name and namespace in other branches
  1. 5.3 supported/location.so.inc \location_province_list_so()
  2. 6.3 supported/location.so.inc \location_province_list_so()
  3. 7.5 supported/location.so.inc \location_province_list_so()
  4. 7.3 supported/location.so.inc \location_province_list_so()
  5. 7.4 supported/location.so.inc \location_province_list_so()

File

supported/location.so.inc, line 5

Code

function location_province_list_so() {
  return array(
    'AW' => "Awdal",
    'BK' => "Bakool",
    'BN' => "Banaadir",
    'BR' => "Bari",
    'BY' => "Bay",
    'GA' => "Galguduud",
    'GE' => "Gedo",
    'HI' => "Hiiraan",
    'JD' => "Jubbada Dhexe",
    'JH' => "Jubbada Hoose",
    'MU' => "Mudug",
    'NU' => "Nugaal",
    'SA' => "Sanaag",
    'SD' => "Shabeellaha Dhexe",
    'SH' => "Shabeellaha Hoose",
    'SL' => "Sool",
    'TO' => "Togdheer",
    'WG' => "Woqooyi Galbeed",
  );
}