lesotho top-level constant

Country const lesotho

The country of Lesotho, and its 10 states

Implementation

const Country lesotho = Country(
  id: 122,
  name: "Lesotho",
  longitude: 28.5,
  latitude: -29.5,
  capital: "Maseru",
  currency: "LSL",
  currencySymbol: "L",
  currencyName: "Lesotho loti",
  emoji: "๐Ÿ‡ฑ๐Ÿ‡ธ",
  emojiU: "U+1F1F1 U+1F1F8",
  iso2: "LS",
  iso3: "LSO",
  native: "Lesotho",
  numericCode: "426",
  nationality: "Basotho",
  phoneCode: "266",
  region: "Africa",
  subregion: "Southern Africa",
  tld: ".ls",
  states: [
    lesothoBereaDistrict,
    lesothoButhaHypbutheDistrict,
    lesothoLeribeDistrict,
    lesothoMafetengDistrict,
    lesothoMaseruDistrict,
    lesothoMohalesHoekDistrict,
    lesothoMokhotlongDistrict,
    lesothoQachasNekDistrict,
    lesothoQuthingDistrict,
    lesothoThabaHyptsekaDistrict
  ],
  timezones: [
    Timezone(
      abbreviation: "SAST",
      gmtOffset: 7200,
      gmtOffsetName: "UTC+02:00",
      tzName: "South African Standard Time",
      zoneName: "Africa/Maseru")
  ],
  translations: {
    "kr": "๋ ˆ์†Œํ† ",
    "pt-BR": "Lesoto",
    "pt": "Lesoto",
    "nl": "Lesotho",
    "hr": "Lesoto",
    "fa": "ู„ุณูˆุชูˆ",
    "de": "Lesotho",
    "es": "Lesotho",
    "fr": "Lesotho",
    "ja": "ใƒฌใ‚ฝใƒˆ",
    "it": "Lesotho",
    "cn": "่Žฑ็ดขๆ‰˜",
    "tr": "Lesotho"
  });