You are here

function location_province_list_tw in Location 5

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

File

supported/location.tw.inc, line 5

Code

function location_province_list_tw() {
  return array(
    'CH' => "Chang-hua",
    'CI' => "Chia-i",
    'HS' => "Hsin-chu",
    'HL' => "Hua-lien",
    'IL' => "I-lan",
    'KH' => "Kao-hsiung county",
    'KM' => "Kin-men",
    'LC' => "Lien-chiang",
    'ML' => "Miao-li",
    'NT' => "Nan-t'ou",
    'PH' => "P'eng-hu",
    'PT' => "P'ing-tung",
    'TG' => "T'ai-chung",
    'TA' => "T'ai-nan",
    'TP' => "T'ai-pei county",
    'TT' => "T'ai-tung",
    'TY' => "T'ao-yuan",
    'YL' => "Yun-lin",
    'CC' => "Chia-i city",
    'CL' => "Chi-lung",
    'HC' => "Hsin-chu",
    'TH' => "T'ai-chung",
    'TN' => "T'ai-nan",
    'KC' => "Kao-hsiung city ",
    'TC' => "T'ai-pei city ",
  );
}