You are here

location.kg.inc in Location 5

File

supported/location.kg.inc
View source
<?php

// Kyrgyzstan
function location_province_list_kg() {
  return array(
    'GB' => "Bishkek",
    'B' => "Batken",
    'C' => "Chu",
    'J' => "Jalal-Abad",
    'N' => "Naryn",
    'O' => "Osh",
    'T' => "Talas",
    'Y' => "Ysyk-Kol",
  );
}

Functions