You are here

location.by.inc in Location 5

File

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

// Belarus
function location_province_list_by() {
  return array(
    'BR' => "Brest voblast",
    'HO' => "Homyel voblast",
    'HR' => "Hrodna voblast",
    'MA' => "Mahilyow voblast",
    'MI' => "Minsk voblast",
    'VI' => "Vitsebsk voblast",
  );
}

Functions