frenchSouthernTerritories top-level constant

Country const frenchSouthernTerritories

The country of French Southern Territories, and its 0 states

Implementation

const Country frenchSouthernTerritories = Country(
  id: 78,
  name: "French Southern Territories",
  longitude: 69.167,
  latitude: -49.25,
  capital: "Port-aux-Francais",
  currency: "EUR",
  currencySymbol: "€",
  currencyName: "Euro",
  emoji: "🇹🇫",
  emojiU: "U+1F1F9 U+1F1EB",
  iso2: "TF",
  iso3: "ATF",
  native: "Territoire des Terres australes et antarctiques fr",
  numericCode: "260",
  nationality: "French Southern Territories",
  phoneCode: "262",
  region: "Africa",
  subregion: "Southern Africa",
  tld: ".tf",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "TFT",
      gmtOffset: 18000,
      gmtOffsetName: "UTC+05:00",
      tzName: "French Southern and Antarctic Time",
      zoneName: "Indian/Kerguelen")
  ],
  translations: {
    "kr": "프랑스령 남방 및 남극",
    "pt-BR": "Terras Austrais e Antárticas Francesas",
    "pt": "Terras Austrais e Antárticas Francesas",
    "nl": "Franse Gebieden in de zuidelijke Indische Oceaan",
    "hr": "Francuski južni i antarktički teritoriji",
    "fa": "سرزمین‌های جنوبی و جنوبگانی فرانسه",
    "de": "Französische Süd- und Antarktisgebiete",
    "es": "Tierras Australes y Antárticas Francesas",
    "fr": "Terres australes et antarctiques françaises",
    "ja": "フランス領南方・南極地域",
    "it": "Territori Francesi del Sud",
    "cn": "法属南部领地",
    "tr": "Fransiz Güney Topraklari"
  });