{
  "main": {
    "en-SC": {
      "numbers": {
        "defaultNumberingSystem": "latn",
        "otherNumberingSystems": {
          "native": "latn"
        },
        "minimumGroupingDigits": "1",
        "symbols-numberSystem-latn": {
          "decimal": ".",
          "group": ",",
          "list": ";",
          "percentSign": "%",
          "plusSign": "+",
          "minusSign": "-",
          "approximatelySign": "~",
          "exponential": "E",
          "superscriptingExponent": "×",
          "perMille": "‰",
          "infinity": "∞",
          "nan": "NaN",
          "timeSeparator": ":"
        },
        "decimalFormats-numberSystem-latn": {
          "standard": "#,##0.###",
          "long": {
            "decimalFormat": {
              "1000-count-one": "0 thousand",
              "1000-count-other": "0 thousand",
              "10000-count-one": "00 thousand",
              "10000-count-other": "00 thousand",
              "100000-count-one": "000 thousand",
              "100000-count-other": "000 thousand",
              "1000000-count-one": "0 million",
              "1000000-count-other": "0 million",
              "10000000-count-one": "00 million",
              "10000000-count-other": "00 million",
              "100000000-count-one": "000 million",
              "100000000-count-other": "000 million",
              "1000000000-count-one": "0 billion",
              "1000000000-count-other": "0 billion",
              "10000000000-count-one": "00 billion",
              "10000000000-count-other": "00 billion",
              "100000000000-count-one": "000 billion",
              "100000000000-count-other": "000 billion",
              "1000000000000-count-one": "0 trillion",
              "1000000000000-count-other": "0 trillion",
              "10000000000000-count-one": "00 trillion",
              "10000000000000-count-other": "00 trillion",
              "100000000000000-count-one": "000 trillion",
              "100000000000000-count-other": "000 trillion"
            }
          },
          "short": {
            "decimalFormat": {
              "1000-count-one": "0K",
              "1000-count-other": "0K",
              "10000-count-one": "00K",
              "10000-count-other": "00K",
              "100000-count-one": "000K",
              "100000-count-other": "000K",
              "1000000-count-one": "0M",
              "1000000-count-other": "0M",
              "10000000-count-one": "00M",
              "10000000-count-other": "00M",
              "100000000-count-one": "000M",
              "100000000-count-other": "000M",
              "1000000000-count-one": "0B",
              "1000000000-count-other": "0B",
              "10000000000-count-one": "00B",
              "10000000000-count-other": "00B",
              "100000000000-count-one": "000B",
              "100000000000-count-other": "000B",
              "1000000000000-count-one": "0T",
              "1000000000000-count-other": "0T",
              "10000000000000-count-one": "00T",
              "10000000000000-count-other": "00T",
              "100000000000000-count-one": "000T",
              "100000000000000-count-other": "000T"
            }
          }
        },
        "scientificFormats-numberSystem-latn": {
          "standard": "#E0"
        },
        "percentFormats-numberSystem-latn": {
          "standard": "#,##0%"
        },
        "currencyFormats-numberSystem-latn": {
          "currencySpacing": {
            "beforeCurrency": {
              "currencyMatch": "[[:^S:]&[:^Z:]]",
              "surroundingMatch": "[:digit:]",
              "insertBetween": " "
            },
            "afterCurrency": {
              "currencyMatch": "[[:^S:]&[:^Z:]]",
              "surroundingMatch": "[:digit:]",
              "insertBetween": " "
            }
          },
          "standard": "¤#,##0.00",
          "standard-alphaNextToNumber": "¤ #,##0.00",
          "standard-noCurrency": "#,##0.00",
          "accounting": "¤#,##0.00;(¤#,##0.00)",
          "accounting-alphaNextToNumber": "¤ #,##0.00;(¤ #,##0.00)",
          "accounting-noCurrency": "#,##0.00;(#,##0.00)",
          "short": {
            "standard": {
              "1000-count-one": "¤0K",
              "1000-count-one-alt-alphaNextToNumber": "¤ 0K",
              "1000-count-other": "¤0K",
              "1000-count-other-alt-alphaNextToNumber": "¤ 0K",
              "10000-count-one": "¤00K",
              "10000-count-one-alt-alphaNextToNumber": "¤ 00K",
              "10000-count-other": "¤00K",
              "10000-count-other-alt-alphaNextToNumber": "¤ 00K",
              "100000-count-one": "¤000K",
              "100000-count-one-alt-alphaNextToNumber": "¤ 000K",
              "100000-count-other": "¤000K",
              "100000-count-other-alt-alphaNextToNumber": "¤ 000K",
              "1000000-count-one": "¤0M",
              "1000000-count-one-alt-alphaNextToNumber": "¤ 0M",
              "1000000-count-other": "¤0M",
              "1000000-count-other-alt-alphaNextToNumber": "¤ 0M",
              "10000000-count-one": "¤00M",
              "10000000-count-one-alt-alphaNextToNumber": "¤ 00M",
              "10000000-count-other": "¤00M",
              "10000000-count-other-alt-alphaNextToNumber": "¤ 00M",
              "100000000-count-one": "¤000M",
              "100000000-count-one-alt-alphaNextToNumber": "¤ 000M",
              "100000000-count-other": "¤000M",
              "100000000-count-other-alt-alphaNextToNumber": "¤ 000M",
              "1000000000-count-one": "¤0B",
              "1000000000-count-one-alt-alphaNextToNumber": "¤ 0B",
              "1000000000-count-other": "¤0B",
              "1000000000-count-other-alt-alphaNextToNumber": "¤ 0B",
              "10000000000-count-one": "¤00B",
              "10000000000-count-one-alt-alphaNextToNumber": "¤ 00B",
              "10000000000-count-other": "¤00B",
              "10000000000-count-other-alt-alphaNextToNumber": "¤ 00B",
              "100000000000-count-one": "¤000B",
              "100000000000-count-one-alt-alphaNextToNumber": "¤ 000B",
              "100000000000-count-other": "¤000B",
              "100000000000-count-other-alt-alphaNextToNumber": "¤ 000B",
              "1000000000000-count-one": "¤0T",
              "1000000000000-count-one-alt-alphaNextToNumber": "¤ 0T",
              "1000000000000-count-other": "¤0T",
              "1000000000000-count-other-alt-alphaNextToNumber": "¤ 0T",
              "10000000000000-count-one": "¤00T",
              "10000000000000-count-one-alt-alphaNextToNumber": "¤ 00T",
              "10000000000000-count-other": "¤00T",
              "10000000000000-count-other-alt-alphaNextToNumber": "¤ 00T",
              "100000000000000-count-one": "¤000T",
              "100000000000000-count-one-alt-alphaNextToNumber": "¤ 000T",
              "100000000000000-count-other": "¤000T",
              "100000000000000-count-other-alt-alphaNextToNumber": "¤ 000T"
            }
          },
          "currencyPatternAppendISO": "{0} ¤¤",
          "unitPattern-count-one": "{0} {1}",
          "unitPattern-count-other": "{0} {1}"
        },
        "miscPatterns-numberSystem-latn": {
          "approximately": "~{0}",
          "atLeast": "{0}+",
          "atMost": "≤{0}",
          "range": "{0}–{1}"
        },
        "minimalPairs": {
          "pluralMinimalPairs-count-one": "{0} day",
          "pluralMinimalPairs-count-other": "{0} days",
          "few": "Take the {0}rd right.",
          "one": "Take the {0}st right.",
          "other": "Take the {0}th right.",
          "two": "Take the {0}nd right."
        },
        "currencies": {
          "ADP": {
            "displayName": "Andorran Peseta",
            "displayName-count-one": "Andorran peseta",
            "displayName-count-other": "Andorran pesetas"
          },
          "AED": {
            "displayName": "United Arab Emirates Dirham",
            "displayName-count-one": "UAE dirham",
            "displayName-count-other": "UAE dirhams"
          },
          "AFA": {
            "displayName": "Afghan Afghani (1927–2002)",
            "displayName-count-one": "Afghan afghani (1927–2002)",
            "displayName-count-other": "Afghan afghanis (1927–2002)"
          },
          "AFN": {
            "displayName": "Afghan Afghani",
            "displayName-count-one": "Afghan afghani",
            "displayName-count-other": "Afghan afghanis",
            "symbol-alt-narrow": "؋"
          },
          "ALK": {
            "displayName": "Albanian Lek (1946–1965)",
            "displayName-count-one": "Albanian lek (1946–1965)",
            "displayName-count-other": "Albanian lekë (1946–1965)"
          },
          "ALL": {
            "displayName": "Albanian Lek",
            "displayName-count-one": "Albanian lek",
            "displayName-count-other": "Albanian lekë"
          },
          "AMD": {
            "displayName": "Armenian Dram",
            "displayName-count-one": "Armenian dram",
            "displayName-count-other": "Armenian drams",
            "symbol-alt-narrow": "֏"
          },
          "ANG": {
            "displayName": "Netherlands Antillean Guilder",
            "displayName-count-one": "Netherlands Antillean guilder",
            "displayName-count-other": "Netherlands Antillean guilders"
          },
          "AOA": {
            "displayName": "Angolan Kwanza",
            "displayName-count-one": "Angolan kwanza",
            "displayName-count-other": "Angolan kwanzas",
            "symbol-alt-narrow": "Kz"
          },
          "AOK": {
            "displayName": "Angolan Kwanza (1977–1991)",
            "displayName-count-one": "Angolan kwanza (1977–1991)",
            "displayName-count-other": "Angolan kwanzas (1977–1991)"
          },
          "AON": {
            "displayName": "Angolan New Kwanza (1990–2000)",
            "displayName-count-one": "Angolan new kwanza (1990–2000)",
            "displayName-count-other": "Angolan new kwanzas (1990–2000)"
          },
          "AOR": {
            "displayName": "Angolan Readjusted Kwanza (1995–1999)",
            "displayName-count-one": "Angolan readjusted kwanza (1995–1999)",
            "displayName-count-other": "Angolan readjusted kwanzas (1995–1999)"
          },
          "ARA": {
            "displayName": "Argentine Austral",
            "displayName-count-one": "Argentine austral",
            "displayName-count-other": "Argentine australs"
          },
          "ARL": {
            "displayName": "Argentine Peso Ley (1970–1983)",
            "displayName-count-one": "Argentine peso ley (1970–1983)",
            "displayName-count-other": "Argentine pesos ley (1970–1983)"
          },
          "ARM": {
            "displayName": "Argentine Peso (1881–1970)",
            "displayName-count-one": "Argentine peso (1881–1970)",
            "displayName-count-other": "Argentine pesos (1881–1970)"
          },
          "ARP": {
            "displayName": "Argentine Peso (1983–1985)",
            "displayName-count-one": "Argentine peso (1983–1985)",
            "displayName-count-other": "Argentine pesos (1983–1985)"
          },
          "ARS": {
            "displayName": "Argentine Peso",
            "displayName-count-one": "Argentine peso",
            "displayName-count-other": "Argentine pesos",
            "symbol-alt-narrow": "$"
          },
          "ATS": {
            "displayName": "Austrian Schilling",
            "displayName-count-one": "Austrian schilling",
            "displayName-count-other": "Austrian schillings"
          },
          "AUD": {
            "displayName": "Australian Dollar",
            "displayName-count-one": "Australian dollar",
            "displayName-count-other": "Australian dollars",
            "symbol": "A$",
            "symbol-alt-narrow": "$"
          },
          "AWG": {
            "displayName": "Aruban Florin",
            "displayName-count-one": "Aruban florin",
            "displayName-count-other": "Aruban florin"
          },
          "AZM": {
            "displayName": "Azerbaijani Manat (1993–2006)",
            "displayName-count-one": "Azerbaijani manat (1993–2006)",
            "displayName-count-other": "Azerbaijani manats (1993–2006)"
          },
          "AZN": {
            "displayName": "Azerbaijani Manat",
            "displayName-count-one": "Azerbaijani manat",
            "displayName-count-other": "Azerbaijani manats",
            "symbol-alt-narrow": "₼"
          },
          "BAD": {
            "displayName": "Bosnia-Herzegovina Dinar (1992–1994)",
            "displayName-count-one": "Bosnia-Herzegovina dinar (1992–1994)",
            "displayName-count-other": "Bosnia-Herzegovina dinars (1992–1994)"
          },
          "BAM": {
            "displayName": "Bosnia-Herzegovina Convertible Mark",
            "displayName-count-one": "Bosnia-Herzegovina convertible mark",
            "displayName-count-other": "Bosnia-Herzegovina convertible marks",
            "symbol-alt-narrow": "KM"
          },
          "BAN": {
            "displayName": "Bosnia-Herzegovina New Dinar (1994–1997)",
            "displayName-count-one": "Bosnia-Herzegovina new dinar (1994–1997)",
            "displayName-count-other": "Bosnia-Herzegovina new dinars (1994–1997)"
          },
          "BBD": {
            "displayName": "Barbadian Dollar",
            "displayName-count-one": "Barbadian dollar",
            "displayName-count-other": "Barbadian dollars",
            "symbol-alt-narrow": "$"
          },
          "BDT": {
            "displayName": "Bangladeshi Taka",
            "displayName-count-one": "Bangladeshi taka",
            "displayName-count-other": "Bangladeshi takas",
            "symbol-alt-narrow": "৳"
          },
          "BEC": {
            "displayName": "Belgian Franc (convertible)",
            "displayName-count-one": "Belgian franc (convertible)",
            "displayName-count-other": "Belgian francs (convertible)"
          },
          "BEF": {
            "displayName": "Belgian Franc",
            "displayName-count-one": "Belgian franc",
            "displayName-count-other": "Belgian francs"
          },
          "BEL": {
            "displayName": "Belgian Franc (financial)",
            "displayName-count-one": "Belgian franc (financial)",
            "displayName-count-other": "Belgian francs (financial)"
          },
          "BGL": {
            "displayName": "Bulgarian Hard Lev",
            "displayName-count-one": "Bulgarian hard lev",
            "displayName-count-other": "Bulgarian hard leva"
          },
          "BGM": {
            "displayName": "Bulgarian Socialist Lev",
            "displayName-count-one": "Bulgarian socialist lev",
            "displayName-count-other": "Bulgarian socialist leva"
          },
          "BGN": {
            "displayName": "Bulgarian Lev",
            "displayName-count-one": "Bulgarian lev",
            "displayName-count-other": "Bulgarian leva"
          },
          "BGO": {
            "displayName": "Bulgarian Lev (1879–1952)",
            "displayName-count-one": "Bulgarian lev (1879–1952)",
            "displayName-count-other": "Bulgarian leva (1879–1952)"
          },
          "BHD": {
            "displayName": "Bahraini Dinar",
            "displayName-count-one": "Bahraini dinar",
            "displayName-count-other": "Bahraini dinars"
          },
          "BIF": {
            "displayName": "Burundian Franc",
            "displayName-count-one": "Burundian franc",
            "displayName-count-other": "Burundian francs"
          },
          "BMD": {
            "displayName": "Bermudian Dollar",
            "displayName-count-one": "Bermudian dollar",
            "displayName-count-other": "Bermudian dollars",
            "symbol-alt-narrow": "$"
          },
          "BND": {
            "displayName": "Brunei Dollar",
            "displayName-count-one": "Brunei dollar",
            "displayName-count-other": "Brunei dollars",
            "symbol-alt-narrow": "$"
          },
          "BOB": {
            "displayName": "Bolivian Boliviano",
            "displayName-count-one": "Bolivian boliviano",
            "displayName-count-other": "Bolivian bolivianos",
            "symbol-alt-narrow": "Bs"
          },
          "BOL": {
            "displayName": "Bolivian Boliviano (1863–1963)",
            "displayName-count-one": "Bolivian boliviano (1863–1963)",
            "displayName-count-other": "Bolivian bolivianos (1863–1963)"
          },
          "BOP": {
            "displayName": "Bolivian Peso",
            "displayName-count-one": "Bolivian peso",
            "displayName-count-other": "Bolivian pesos"
          },
          "BOV": {
            "displayName": "Bolivian Mvdol",
            "displayName-count-one": "Bolivian mvdol",
            "displayName-count-other": "Bolivian mvdols"
          },
          "BRB": {
            "displayName": "Brazilian New Cruzeiro (1967–1986)",
            "displayName-count-one": "Brazilian new cruzeiro (1967–1986)",
            "displayName-count-other": "Brazilian new cruzeiros (1967–1986)"
          },
          "BRC": {
            "displayName": "Brazilian Cruzado (1986–1989)",
            "displayName-count-one": "Brazilian cruzado (1986–1989)",
            "displayName-count-other": "Brazilian cruzados (1986–1989)"
          },
          "BRE": {
            "displayName": "Brazilian Cruzeiro (1990–1993)",
            "displayName-count-one": "Brazilian cruzeiro (1990–1993)",
            "displayName-count-other": "Brazilian cruzeiros (1990–1993)"
          },
          "BRL": {
            "displayName": "Brazilian Real",
            "displayName-count-one": "Brazilian real",
            "displayName-count-other": "Brazilian reals",
            "symbol": "R$",
            "symbol-alt-narrow": "R$"
          },
          "BRN": {
            "displayName": "Brazilian New Cruzado (1989–1990)",
            "displayName-count-one": "Brazilian new cruzado (1989–1990)",
            "displayName-count-other": "Brazilian new cruzados (1989–1990)"
          },
          "BRR": {
            "displayName": "Brazilian Cruzeiro (1993–1994)",
            "displayName-count-one": "Brazilian cruzeiro (1993–1994)",
            "displayName-count-other": "Brazilian cruzeiros (1993–1994)"
          },
          "BRZ": {
            "displayName": "Brazilian Cruzeiro (1942–1967)",
            "displayName-count-one": "Brazilian cruzeiro (1942–1967)",
            "displayName-count-other": "Brazilian cruzeiros (1942–1967)"
          },
          "BSD": {
            "displayName": "Bahamian Dollar",
            "displayName-count-one": "Bahamian dollar",
            "displayName-count-other": "Bahamian dollars",
            "symbol-alt-narrow": "$"
          },
          "BTN": {
            "displayName": "Bhutanese Ngultrum",
            "displayName-count-one": "Bhutanese ngultrum",
            "displayName-count-other": "Bhutanese ngultrums"
          },
          "BUK": {
            "displayName": "Burmese Kyat",
            "displayName-count-one": "Burmese kyat",
            "displayName-count-other": "Burmese kyats"
          },
          "BWP": {
            "displayName": "Botswanan Pula",
            "displayName-count-one": "Botswanan pula",
            "displayName-count-other": "Botswanan pulas",
            "symbol-alt-narrow": "P"
          },
          "BYB": {
            "displayName": "Belarusian New Rouble (1994–1999)",
            "displayName-count-one": "Belarusian new rouble (1994–1999)",
            "displayName-count-other": "Belarusian new roubles (1994–1999)"
          },
          "BYN": {
            "displayName": "Belarusian Rouble",
            "displayName-count-one": "Belarusian rouble",
            "displayName-count-other": "Belarusian roubles"
          },
          "BYR": {
            "displayName": "Belarusian Rouble (2000–2016)",
            "displayName-count-one": "Belarusian rouble (2000–2016)",
            "displayName-count-other": "Belarusian roubles (2000–2016)"
          },
          "BZD": {
            "displayName": "Belize Dollar",
            "displayName-count-one": "Belize dollar",
            "displayName-count-other": "Belize dollars",
            "symbol-alt-narrow": "$"
          },
          "CAD": {
            "displayName": "Canadian Dollar",
            "displayName-count-one": "Canadian dollar",
            "displayName-count-other": "Canadian dollars",
            "symbol": "CA$",
            "symbol-alt-narrow": "$"
          },
          "CDF": {
            "displayName": "Congolese Franc",
            "displayName-count-one": "Congolese franc",
            "displayName-count-other": "Congolese francs"
          },
          "CHE": {
            "displayName": "WIR Euro",
            "displayName-count-one": "WIR euro",
            "displayName-count-other": "WIR euros"
          },
          "CHF": {
            "displayName": "Swiss Franc",
            "displayName-count-one": "Swiss franc",
            "displayName-count-other": "Swiss francs"
          },
          "CHW": {
            "displayName": "WIR Franc",
            "displayName-count-one": "WIR franc",
            "displayName-count-other": "WIR francs"
          },
          "CLE": {
            "displayName": "Chilean Escudo",
            "displayName-count-one": "Chilean escudo",
            "displayName-count-other": "Chilean escudos"
          },
          "CLF": {
            "displayName": "Chilean Unit of Account (UF)",
            "displayName-count-one": "Chilean unit of account (UF)",
            "displayName-count-other": "Chilean units of account (UF)"
          },
          "CLP": {
            "displayName": "Chilean Peso",
            "displayName-count-one": "Chilean peso",
            "displayName-count-other": "Chilean pesos",
            "symbol-alt-narrow": "$"
          },
          "CNH": {
            "displayName": "Chinese Yuan (offshore)",
            "displayName-count-one": "Chinese yuan (offshore)",
            "displayName-count-other": "Chinese yuan (offshore)"
          },
          "CNX": {
            "displayName": "Chinese People’s Bank Dollar",
            "displayName-count-one": "Chinese People’s Bank dollar",
            "displayName-count-other": "Chinese People’s Bank dollars"
          },
          "CNY": {
            "displayName": "Chinese Yuan",
            "displayName-count-one": "Chinese yuan",
            "displayName-count-other": "Chinese yuan",
            "symbol": "CN¥",
            "symbol-alt-narrow": "¥"
          },
          "COP": {
            "displayName": "Colombian Peso",
            "displayName-count-one": "Colombian peso",
            "displayName-count-other": "Colombian pesos",
            "symbol-alt-narrow": "$"
          },
          "COU": {
            "displayName": "Colombian Real Value Unit",
            "displayName-count-one": "Colombian real value unit",
            "displayName-count-other": "Colombian real value units"
          },
          "CRC": {
            "displayName": "Costa Rican Colón",
            "displayName-count-one": "Costa Rican colón",
            "displayName-count-other": "Costa Rican colóns",
            "symbol-alt-narrow": "₡"
          },
          "CSD": {
            "displayName": "Serbian Dinar (2002–2006)",
            "displayName-count-one": "Serbian dinar (2002–2006)",
            "displayName-count-other": "Serbian dinars (2002–2006)"
          },
          "CSK": {
            "displayName": "Czechoslovak Hard Koruna",
            "displayName-count-one": "Czechoslovak hard koruna",
            "displayName-count-other": "Czechoslovak hard korunas"
          },
          "CUC": {
            "displayName": "Cuban Convertible Peso",
            "displayName-count-one": "Cuban convertible peso",
            "displayName-count-other": "Cuban convertible pesos",
            "symbol-alt-narrow": "$"
          },
          "CUP": {
            "displayName": "Cuban Peso",
            "displayName-count-one": "Cuban peso",
            "displayName-count-other": "Cuban pesos",
            "symbol-alt-narrow": "$"
          },
          "CVE": {
            "displayName": "Cape Verdean Escudo",
            "displayName-count-one": "Cape Verdean escudo",
            "displayName-count-other": "Cape Verdean escudos"
          },
          "CYP": {
            "displayName": "Cypriot Pound",
            "displayName-count-one": "Cypriot pound",
            "displayName-count-other": "Cypriot pounds"
          },
          "CZK": {
            "displayName": "Czech Koruna",
            "displayName-count-one": "Czech koruna",
            "displayName-count-other": "Czech korunas",
            "symbol-alt-narrow": "Kč"
          },
          "DDM": {
            "displayName": "East German Mark",
            "displayName-count-one": "East German mark",
            "displayName-count-other": "East German marks"
          },
          "DEM": {
            "displayName": "German Mark",
            "displayName-count-one": "German mark",
            "displayName-count-other": "German marks"
          },
          "DJF": {
            "displayName": "Djiboutian Franc",
            "displayName-count-one": "Djiboutian franc",
            "displayName-count-other": "Djiboutian francs"
          },
          "DKK": {
            "displayName": "Danish Krone",
            "displayName-count-one": "Danish krone",
            "displayName-count-other": "Danish kroner",
            "symbol-alt-narrow": "kr"
          },
          "DOP": {
            "displayName": "Dominican Peso",
            "displayName-count-one": "Dominican peso",
            "displayName-count-other": "Dominican pesos",
            "symbol-alt-narrow": "$"
          },
          "DZD": {
            "displayName": "Algerian Dinar",
            "displayName-count-one": "Algerian dinar",
            "displayName-count-other": "Algerian dinars"
          },
          "ECS": {
            "displayName": "Ecuadorian Sucre",
            "displayName-count-one": "Ecuadorian sucre",
            "displayName-count-other": "Ecuadorian sucres"
          },
          "ECV": {
            "displayName": "Ecuadorian Unit of Constant Value",
            "displayName-count-one": "Ecuadorian unit of constant value",
            "displayName-count-other": "Ecuadorian units of constant value"
          },
          "EEK": {
            "displayName": "Estonian Kroon",
            "displayName-count-one": "Estonian kroon",
            "displayName-count-other": "Estonian kroons"
          },
          "EGP": {
            "displayName": "Egyptian Pound",
            "displayName-count-one": "Egyptian pound",
            "displayName-count-other": "Egyptian pounds",
            "symbol-alt-narrow": "E£"
          },
          "ERN": {
            "displayName": "Eritrean Nakfa",
            "displayName-count-one": "Eritrean nakfa",
            "displayName-count-other": "Eritrean nakfas"
          },
          "ESA": {
            "displayName": "Spanish Peseta (A account)",
            "displayName-count-one": "Spanish peseta (A account)",
            "displayName-count-other": "Spanish pesetas (A account)"
          },
          "ESB": {
            "displayName": "Spanish Peseta (convertible account)",
            "displayName-count-one": "Spanish peseta (convertible account)",
            "displayName-count-other": "Spanish pesetas (convertible account)"
          },
          "ESP": {
            "displayName": "Spanish Peseta",
            "displayName-count-one": "Spanish peseta",
            "displayName-count-other": "Spanish pesetas",
            "symbol-alt-narrow": "₧"
          },
          "ETB": {
            "displayName": "Ethiopian Birr",
            "displayName-count-one": "Ethiopian birr",
            "displayName-count-other": "Ethiopian birr"
          },
          "EUR": {
            "displayName": "Euro",
            "displayName-count-one": "euro",
            "displayName-count-other": "euros",
            "symbol": "€",
            "symbol-alt-narrow": "€"
          },
          "FIM": {
            "displayName": "Finnish Markka",
            "displayName-count-one": "Finnish markka",
            "displayName-count-other": "Finnish markkas"
          },
          "FJD": {
            "displayName": "Fijian Dollar",
            "displayName-count-one": "Fijian dollar",
            "displayName-count-other": "Fijian dollars",
            "symbol-alt-narrow": "$"
          },
          "FKP": {
            "displayName": "Falkland Islands Pound",
            "displayName-count-one": "Falkland Islands pound",
            "displayName-count-other": "Falkland Islands pounds",
            "symbol-alt-narrow": "£"
          },
          "FRF": {
            "displayName": "French Franc",
            "displayName-count-one": "French franc",
            "displayName-count-other": "French francs"
          },
          "GBP": {
            "displayName": "British Pound",
            "displayName-count-one": "British pound",
            "displayName-count-other": "British pounds",
            "symbol": "£",
            "symbol-alt-narrow": "£"
          },
          "GEK": {
            "displayName": "Georgian Kupon Larit",
            "displayName-count-one": "Georgian kupon larit",
            "displayName-count-other": "Georgian kupon larits"
          },
          "GEL": {
            "displayName": "Georgian Lari",
            "displayName-count-one": "Georgian lari",
            "displayName-count-other": "Georgian laris",
            "symbol-alt-narrow": "₾"
          },
          "GHC": {
            "displayName": "Ghanaian Cedi (1979–2007)",
            "displayName-count-one": "Ghanaian cedi (1979–2007)",
            "displayName-count-other": "Ghanaian cedis (1979–2007)"
          },
          "GHS": {
            "displayName": "Ghanaian Cedi",
            "displayName-count-one": "Ghanaian cedi",
            "displayName-count-other": "Ghanaian cedis",
            "symbol-alt-narrow": "GH₵"
          },
          "GIP": {
            "displayName": "Gibraltar Pound",
            "displayName-count-one": "Gibraltar pound",
            "displayName-count-other": "Gibraltar pounds",
            "symbol-alt-narrow": "£"
          },
          "GMD": {
            "displayName": "Gambian Dalasi",
            "displayName-count-one": "Gambian dalasi",
            "displayName-count-other": "Gambian dalasis"
          },
          "GNF": {
            "displayName": "Guinean Franc",
            "displayName-count-one": "Guinean franc",
            "displayName-count-other": "Guinean francs",
            "symbol-alt-narrow": "FG"
          },
          "GNS": {
            "displayName": "Guinean Syli",
            "displayName-count-one": "Guinean syli",
            "displayName-count-other": "Guinean sylis"
          },
          "GQE": {
            "displayName": "Equatorial Guinean Ekwele",
            "displayName-count-one": "Equatorial Guinean ekwele",
            "displayName-count-other": "Equatorial Guinean ekwele"
          },
          "GRD": {
            "displayName": "Greek Drachma",
            "displayName-count-one": "Greek drachma",
            "displayName-count-other": "Greek drachmas"
          },
          "GTQ": {
            "displayName": "Guatemalan Quetzal",
            "displayName-count-one": "Guatemalan quetzal",
            "displayName-count-other": "Guatemalan quetzals",
            "symbol-alt-narrow": "Q"
          },
          "GWE": {
            "displayName": "Portuguese Guinea Escudo",
            "displayName-count-one": "Portuguese Guinea escudo",
            "displayName-count-other": "Portuguese Guinea escudos"
          },
          "GWP": {
            "displayName": "Guinea-Bissau Peso",
            "displayName-count-one": "Guinea-Bissau peso",
            "displayName-count-other": "Guinea-Bissau pesos"
          },
          "GYD": {
            "displayName": "Guyanaese Dollar",
            "displayName-count-one": "Guyanaese dollar",
            "displayName-count-other": "Guyanaese dollars",
            "symbol-alt-narrow": "$"
          },
          "HKD": {
            "displayName": "Hong Kong Dollar",
            "displayName-count-one": "Hong Kong dollar",
            "displayName-count-other": "Hong Kong dollars",
            "symbol": "HK$",
            "symbol-alt-narrow": "$"
          },
          "HNL": {
            "displayName": "Honduran Lempira",
            "displayName-count-one": "Honduran lempira",
            "displayName-count-other": "Honduran lempiras",
            "symbol-alt-narrow": "L"
          },
          "HRD": {
            "displayName": "Croatian Dinar",
            "displayName-count-one": "Croatian dinar",
            "displayName-count-other": "Croatian dinars"
          },
          "HRK": {
            "displayName": "Croatian Kuna",
            "displayName-count-one": "Croatian kuna",
            "displayName-count-other": "Croatian kunas",
            "symbol-alt-narrow": "kn"
          },
          "HTG": {
            "displayName": "Haitian Gourde",
            "displayName-count-one": "Haitian gourde",
            "displayName-count-other": "Haitian gourdes"
          },
          "HUF": {
            "displayName": "Hungarian Forint",
            "displayName-count-one": "Hungarian forint",
            "displayName-count-other": "Hungarian forints",
            "symbol-alt-narrow": "Ft"
          },
          "IDR": {
            "displayName": "Indonesian Rupiah",
            "displayName-count-one": "Indonesian rupiah",
            "displayName-count-other": "Indonesian rupiahs",
            "symbol-alt-narrow": "Rp"
          },
          "IEP": {
            "displayName": "Irish Pound",
            "displayName-count-one": "Irish pound",
            "displayName-count-other": "Irish pounds"
          },
          "ILP": {
            "displayName": "Israeli Pound",
            "displayName-count-one": "Israeli pound",
            "displayName-count-other": "Israeli pounds"
          },
          "ILR": {
            "displayName": "Israeli Shekel (1980–1985)",
            "displayName-count-one": "Israeli shekel (1980–1985)",
            "displayName-count-other": "Israeli shekels (1980–1985)"
          },
          "ILS": {
            "displayName": "Israeli New Shekel",
            "displayName-count-one": "Israeli new shekel",
            "displayName-count-other": "Israeli new shekels",
            "symbol": "₪",
            "symbol-alt-narrow": "₪"
          },
          "INR": {
            "displayName": "Indian Rupee",
            "displayName-count-one": "Indian rupee",
            "displayName-count-other": "Indian rupees",
            "symbol": "₹",
            "symbol-alt-narrow": "₹"
          },
          "IQD": {
            "displayName": "Iraqi Dinar",
            "displayName-count-one": "Iraqi dinar",
            "displayName-count-other": "Iraqi dinars"
          },
          "IRR": {
            "displayName": "Iranian Rial",
            "displayName-count-one": "Iranian rial",
            "displayName-count-other": "Iranian rials"
          },
          "ISJ": {
            "displayName": "Icelandic Króna (1918–1981)",
            "displayName-count-one": "Icelandic króna (1918–1981)",
            "displayName-count-other": "Icelandic krónur (1918–1981)"
          },
          "ISK": {
            "displayName": "Icelandic Króna",
            "displayName-count-one": "Icelandic króna",
            "displayName-count-other": "Icelandic krónur",
            "symbol-alt-narrow": "kr"
          },
          "ITL": {
            "displayName": "Italian Lira",
            "displayName-count-one": "Italian lira",
            "displayName-count-other": "Italian liras"
          },
          "JMD": {
            "displayName": "Jamaican Dollar",
            "displayName-count-one": "Jamaican dollar",
            "displayName-count-other": "Jamaican dollars",
            "symbol-alt-narrow": "$"
          },
          "JOD": {
            "displayName": "Jordanian Dinar",
            "displayName-count-one": "Jordanian dinar",
            "displayName-count-other": "Jordanian dinars"
          },
          "JPY": {
            "displayName": "Japanese Yen",
            "displayName-count-one": "Japanese yen",
            "displayName-count-other": "Japanese yen",
            "symbol": "JP¥",
            "symbol-alt-narrow": "¥"
          },
          "KES": {
            "displayName": "Kenyan Shilling",
            "displayName-count-one": "Kenyan shilling",
            "displayName-count-other": "Kenyan shillings"
          },
          "KGS": {
            "displayName": "Kyrgystani Som",
            "displayName-count-one": "Kyrgystani som",
            "displayName-count-other": "Kyrgystani soms",
            "symbol-alt-narrow": "⃀"
          },
          "KHR": {
            "displayName": "Cambodian Riel",
            "displayName-count-one": "Cambodian riel",
            "displayName-count-other": "Cambodian riels",
            "symbol-alt-narrow": "៛"
          },
          "KMF": {
            "displayName": "Comorian Franc",
            "displayName-count-one": "Comorian franc",
            "displayName-count-other": "Comorian francs",
            "symbol-alt-narrow": "CF"
          },
          "KPW": {
            "displayName": "North Korean Won",
            "displayName-count-one": "North Korean won",
            "displayName-count-other": "North Korean won",
            "symbol-alt-narrow": "₩"
          },
          "KRH": {
            "displayName": "South Korean Hwan (1953–1962)",
            "displayName-count-one": "South Korean hwan (1953–1962)",
            "displayName-count-other": "South Korean hwan (1953–1962)"
          },
          "KRO": {
            "displayName": "South Korean Won (1945–1953)",
            "displayName-count-one": "South Korean won (1945–1953)",
            "displayName-count-other": "South Korean won (1945–1953)"
          },
          "KRW": {
            "displayName": "South Korean Won",
            "displayName-count-one": "South Korean won",
            "displayName-count-other": "South Korean won",
            "symbol": "₩",
            "symbol-alt-narrow": "₩"
          },
          "KWD": {
            "displayName": "Kuwaiti Dinar",
            "displayName-count-one": "Kuwaiti dinar",
            "displayName-count-other": "Kuwaiti dinars"
          },
          "KYD": {
            "displayName": "Cayman Islands Dollar",
            "displayName-count-one": "Cayman Islands dollar",
            "displayName-count-other": "Cayman Islands dollars",
            "symbol-alt-narrow": "$"
          },
          "KZT": {
            "displayName": "Kazakhstani Tenge",
            "displayName-count-one": "Kazakhstani tenge",
            "displayName-count-other": "Kazakhstani tenges",
            "symbol-alt-narrow": "₸"
          },
          "LAK": {
            "displayName": "Laotian Kip",
            "displayName-count-one": "Laotian kip",
            "displayName-count-other": "Laotian kips",
            "symbol-alt-narrow": "₭"
          },
          "LBP": {
            "displayName": "Lebanese Pound",
            "displayName-count-one": "Lebanese pound",
            "displayName-count-other": "Lebanese pounds",
            "symbol-alt-narrow": "L£"
          },
          "LKR": {
            "displayName": "Sri Lankan Rupee",
            "displayName-count-one": "Sri Lankan rupee",
            "displayName-count-other": "Sri Lankan rupees",
            "symbol-alt-narrow": "Rs"
          },
          "LRD": {
            "displayName": "Liberian Dollar",
            "displayName-count-one": "Liberian dollar",
            "displayName-count-other": "Liberian dollars",
            "symbol-alt-narrow": "$"
          },
          "LSL": {
            "displayName": "Lesotho Loti",
            "displayName-count-one": "Lesotho loti",
            "displayName-count-other": "Lesotho maloti"
          },
          "LTL": {
            "displayName": "Lithuanian Litas",
            "displayName-count-one": "Lithuanian litas",
            "displayName-count-other": "Lithuanian litai",
            "symbol-alt-narrow": "Lt"
          },
          "LTT": {
            "displayName": "Lithuanian Talonas",
            "displayName-count-one": "Lithuanian talonas",
            "displayName-count-other": "Lithuanian talonases"
          },
          "LUC": {
            "displayName": "Luxembourgian Convertible Franc",
            "displayName-count-one": "Luxembourgian convertible franc",
            "displayName-count-other": "Luxembourgian convertible francs"
          },
          "LUF": {
            "displayName": "Luxembourgian Franc",
            "displayName-count-one": "Luxembourgian franc",
            "displayName-count-other": "Luxembourgian francs"
          },
          "LUL": {
            "displayName": "Luxembourg Financial Franc",
            "displayName-count-one": "Luxembourg financial franc",
            "displayName-count-other": "Luxembourg financial francs"
          },
          "LVL": {
            "displayName": "Latvian Lats",
            "displayName-count-one": "Latvian lats",
            "displayName-count-other": "Latvian lati",
            "symbol-alt-narrow": "Ls"
          },
          "LVR": {
            "displayName": "Latvian Rouble",
            "displayName-count-one": "Latvian rouble",
            "displayName-count-other": "Latvian roubles"
          },
          "LYD": {
            "displayName": "Libyan Dinar",
            "displayName-count-one": "Libyan dinar",
            "displayName-count-other": "Libyan dinars"
          },
          "MAD": {
            "displayName": "Moroccan Dirham",
            "displayName-count-one": "Moroccan dirham",
            "displayName-count-other": "Moroccan dirhams"
          },
          "MAF": {
            "displayName": "Moroccan Franc",
            "displayName-count-one": "Moroccan franc",
            "displayName-count-other": "Moroccan francs"
          },
          "MCF": {
            "displayName": "Monegasque Franc",
            "displayName-count-one": "Monegasque franc",
            "displayName-count-other": "Monegasque francs"
          },
          "MDC": {
            "displayName": "Moldovan Cupon",
            "displayName-count-one": "Moldovan cupon",
            "displayName-count-other": "Moldovan cupon"
          },
          "MDL": {
            "displayName": "Moldovan Leu",
            "displayName-count-one": "Moldovan leu",
            "displayName-count-other": "Moldovan lei"
          },
          "MGA": {
            "displayName": "Malagasy Ariary",
            "displayName-count-one": "Malagasy ariary",
            "displayName-count-other": "Malagasy ariary",
            "symbol-alt-narrow": "Ar"
          },
          "MGF": {
            "displayName": "Malagasy Franc",
            "displayName-count-one": "Malagasy franc",
            "displayName-count-other": "Malagasy francs"
          },
          "MKD": {
            "displayName": "Macedonian Denar",
            "displayName-count-one": "Macedonian denar",
            "displayName-count-other": "Macedonian denari"
          },
          "MKN": {
            "displayName": "Macedonian Denar (1992–1993)",
            "displayName-count-one": "Macedonian denar (1992–1993)",
            "displayName-count-other": "Macedonian denari (1992–1993)"
          },
          "MLF": {
            "displayName": "Malian Franc",
            "displayName-count-one": "Malian franc",
            "displayName-count-other": "Malian francs"
          },
          "MMK": {
            "displayName": "Myanmar Kyat",
            "displayName-count-one": "Myanmar kyat",
            "displayName-count-other": "Myanmar kyats",
            "symbol-alt-narrow": "K"
          },
          "MNT": {
            "displayName": "Mongolian Tugrik",
            "displayName-count-one": "Mongolian tugrik",
            "displayName-count-other": "Mongolian tugriks",
            "symbol-alt-narrow": "₮"
          },
          "MOP": {
            "displayName": "Macanese Pataca",
            "displayName-count-one": "Macanese pataca",
            "displayName-count-other": "Macanese patacas"
          },
          "MRO": {
            "displayName": "Mauritanian Ouguiya (1973–2017)",
            "displayName-count-one": "Mauritanian ouguiya (1973–2017)",
            "displayName-count-other": "Mauritanian ouguiyas (1973–2017)"
          },
          "MRU": {
            "displayName": "Mauritanian Ouguiya",
            "displayName-count-one": "Mauritanian ouguiya",
            "displayName-count-other": "Mauritanian ouguiyas"
          },
          "MTL": {
            "displayName": "Maltese Lira",
            "displayName-count-one": "Maltese lira",
            "displayName-count-other": "Maltese lira"
          },
          "MTP": {
            "displayName": "Maltese Pound",
            "displayName-count-one": "Maltese pound",
            "displayName-count-other": "Maltese pounds"
          },
          "MUR": {
            "displayName": "Mauritian Rupee",
            "displayName-count-one": "Mauritian rupee",
            "displayName-count-other": "Mauritian rupees",
            "symbol-alt-narrow": "Rs"
          },
          "MVP": {
            "displayName": "Maldivian Rupee (1947–1981)",
            "displayName-count-one": "Maldivian rupee (1947–1981)",
            "displayName-count-other": "Maldivian rupees (1947–1981)"
          },
          "MVR": {
            "displayName": "Maldivian Rufiyaa",
            "displayName-count-one": "Maldivian rufiyaa",
            "displayName-count-other": "Maldivian rufiyaa"
          },
          "MWK": {
            "displayName": "Malawian Kwacha",
            "displayName-count-one": "Malawian kwacha",
            "displayName-count-other": "Malawian kwachas"
          },
          "MXN": {
            "displayName": "Mexican Peso",
            "displayName-count-one": "Mexican peso",
            "displayName-count-other": "Mexican pesos",
            "symbol": "MX$",
            "symbol-alt-narrow": "$"
          },
          "MXP": {
            "displayName": "Mexican Silver Peso (1861–1992)",
            "displayName-count-one": "Mexican silver peso (1861–1992)",
            "displayName-count-other": "Mexican silver pesos (1861–1992)"
          },
          "MXV": {
            "displayName": "Mexican Investment Unit",
            "displayName-count-one": "Mexican investment unit",
            "displayName-count-other": "Mexican investment units"
          },
          "MYR": {
            "displayName": "Malaysian Ringgit",
            "displayName-count-one": "Malaysian ringgit",
            "displayName-count-other": "Malaysian ringgits",
            "symbol-alt-narrow": "RM"
          },
          "MZE": {
            "displayName": "Mozambican Escudo",
            "displayName-count-one": "Mozambican escudo",
            "displayName-count-other": "Mozambican escudos"
          },
          "MZM": {
            "displayName": "Mozambican Metical (1980–2006)",
            "displayName-count-one": "Mozambican metical (1980–2006)",
            "displayName-count-other": "Mozambican meticals (1980–2006)"
          },
          "MZN": {
            "displayName": "Mozambican Metical",
            "displayName-count-one": "Mozambican metical",
            "displayName-count-other": "Mozambican meticals"
          },
          "NAD": {
            "displayName": "Namibian Dollar",
            "displayName-count-one": "Namibian dollar",
            "displayName-count-other": "Namibian dollars",
            "symbol-alt-narrow": "$"
          },
          "NGN": {
            "displayName": "Nigerian Naira",
            "displayName-count-one": "Nigerian naira",
            "displayName-count-other": "Nigerian nairas",
            "symbol-alt-narrow": "₦"
          },
          "NIC": {
            "displayName": "Nicaraguan Córdoba (1988–1991)",
            "displayName-count-one": "Nicaraguan córdoba (1988–1991)",
            "displayName-count-other": "Nicaraguan córdobas (1988–1991)"
          },
          "NIO": {
            "displayName": "Nicaraguan Córdoba",
            "displayName-count-one": "Nicaraguan córdoba",
            "displayName-count-other": "Nicaraguan córdobas",
            "symbol-alt-narrow": "C$"
          },
          "NLG": {
            "displayName": "Dutch Guilder",
            "displayName-count-one": "Dutch guilder",
            "displayName-count-other": "Dutch guilders"
          },
          "NOK": {
            "displayName": "Norwegian Krone",
            "displayName-count-one": "Norwegian krone",
            "displayName-count-other": "Norwegian kroner",
            "symbol-alt-narrow": "kr"
          },
          "NPR": {
            "displayName": "Nepalese Rupee",
            "displayName-count-one": "Nepalese rupee",
            "displayName-count-other": "Nepalese rupees",
            "symbol-alt-narrow": "Rs"
          },
          "NZD": {
            "displayName": "New Zealand Dollar",
            "displayName-count-one": "New Zealand dollar",
            "displayName-count-other": "New Zealand dollars",
            "symbol": "NZ$",
            "symbol-alt-narrow": "$"
          },
          "OMR": {
            "displayName": "Omani Rial",
            "displayName-count-one": "Omani rial",
            "displayName-count-other": "Omani rials"
          },
          "PAB": {
            "displayName": "Panamanian Balboa",
            "displayName-count-one": "Panamanian balboa",
            "displayName-count-other": "Panamanian balboas"
          },
          "PEI": {
            "displayName": "Peruvian Inti",
            "displayName-count-one": "Peruvian inti",
            "displayName-count-other": "Peruvian intis"
          },
          "PEN": {
            "displayName": "Peruvian Sol",
            "displayName-count-one": "Peruvian sol",
            "displayName-count-other": "Peruvian soles"
          },
          "PES": {
            "displayName": "Peruvian Sol (1863–1965)",
            "displayName-count-one": "Peruvian sol (1863–1965)",
            "displayName-count-other": "Peruvian soles (1863–1965)"
          },
          "PGK": {
            "displayName": "Papua New Guinean Kina",
            "displayName-count-one": "Papua New Guinean kina",
            "displayName-count-other": "Papua New Guinean kina"
          },
          "PHP": {
            "displayName": "Philippine Peso",
            "displayName-count-one": "Philippine peso",
            "displayName-count-other": "Philippine pesos",
            "symbol": "₱",
            "symbol-alt-narrow": "₱"
          },
          "PKR": {
            "displayName": "Pakistani Rupee",
            "displayName-count-one": "Pakistani rupee",
            "displayName-count-other": "Pakistani rupees",
            "symbol-alt-narrow": "Rs"
          },
          "PLN": {
            "displayName": "Polish Zloty",
            "displayName-count-one": "Polish zloty",
            "displayName-count-other": "Polish zlotys",
            "symbol-alt-narrow": "zł"
          },
          "PLZ": {
            "displayName": "Polish Zloty (1950–1995)",
            "displayName-count-one": "Polish zloty (PLZ)",
            "displayName-count-other": "Polish zlotys (PLZ)"
          },
          "PTE": {
            "displayName": "Portuguese Escudo",
            "displayName-count-one": "Portuguese escudo",
            "displayName-count-other": "Portuguese escudos"
          },
          "PYG": {
            "displayName": "Paraguayan Guarani",
            "displayName-count-one": "Paraguayan guarani",
            "displayName-count-other": "Paraguayan guaranis",
            "symbol-alt-narrow": "₲"
          },
          "QAR": {
            "displayName": "Qatari Riyal",
            "displayName-count-one": "Qatari riyal",
            "displayName-count-other": "Qatari riyals"
          },
          "RHD": {
            "displayName": "Rhodesian Dollar",
            "displayName-count-one": "Rhodesian dollar",
            "displayName-count-other": "Rhodesian dollars"
          },
          "ROL": {
            "displayName": "Romanian Leu (1952–2006)",
            "displayName-count-one": "Romanian leu (1952–2006)",
            "displayName-count-other": "Romanian Lei (1952–2006)"
          },
          "RON": {
            "displayName": "Romanian Leu",
            "displayName-count-one": "Romanian leu",
            "displayName-count-other": "Romanian lei",
            "symbol-alt-narrow": "lei"
          },
          "RSD": {
            "displayName": "Serbian Dinar",
            "displayName-count-one": "Serbian dinar",
            "displayName-count-other": "Serbian dinars"
          },
          "RUB": {
            "displayName": "Russian Rouble",
            "displayName-count-one": "Russian rouble",
            "displayName-count-other": "Russian roubles",
            "symbol-alt-narrow": "₽"
          },
          "RUR": {
            "displayName": "Russian Rouble (1991–1998)",
            "displayName-count-one": "Russian rouble (1991–1998)",
            "displayName-count-other": "Russian roubles (1991–1998)"
          },
          "RWF": {
            "displayName": "Rwandan Franc",
            "displayName-count-one": "Rwandan franc",
            "displayName-count-other": "Rwandan francs",
            "symbol-alt-narrow": "RF"
          },
          "SAR": {
            "displayName": "Saudi Riyal",
            "displayName-count-one": "Saudi riyal",
            "displayName-count-other": "Saudi riyals"
          },
          "SBD": {
            "displayName": "Solomon Islands Dollar",
            "displayName-count-one": "Solomon Islands dollar",
            "displayName-count-other": "Solomon Islands dollars",
            "symbol-alt-narrow": "$"
          },
          "SCR": {
            "displayName": "Seychellois Rupee",
            "displayName-count-one": "Seychellois rupee",
            "displayName-count-other": "Seychellois rupees",
            "symbol": "SR"
          },
          "SDD": {
            "displayName": "Sudanese Dinar (1992–2007)",
            "displayName-count-one": "Sudanese dinar (1992–2007)",
            "displayName-count-other": "Sudanese dinars (1992–2007)"
          },
          "SDG": {
            "displayName": "Sudanese Pound",
            "displayName-count-one": "Sudanese pound",
            "displayName-count-other": "Sudanese pounds"
          },
          "SDP": {
            "displayName": "Sudanese Pound (1957–1998)",
            "displayName-count-one": "Sudanese pound (1957–1998)",
            "displayName-count-other": "Sudanese pounds (1957–1998)"
          },
          "SEK": {
            "displayName": "Swedish Krona",
            "displayName-count-one": "Swedish krona",
            "displayName-count-other": "Swedish kronor",
            "symbol-alt-narrow": "kr"
          },
          "SGD": {
            "displayName": "Singapore Dollar",
            "displayName-count-one": "Singapore dollar",
            "displayName-count-other": "Singapore dollars",
            "symbol-alt-narrow": "$"
          },
          "SHP": {
            "displayName": "St Helena Pound",
            "displayName-count-one": "St Helena pound",
            "displayName-count-other": "St Helena pounds",
            "symbol-alt-narrow": "£"
          },
          "SIT": {
            "displayName": "Slovenian Tolar",
            "displayName-count-one": "Slovenian tolar",
            "displayName-count-other": "Slovenian tolars"
          },
          "SKK": {
            "displayName": "Slovak Koruna",
            "displayName-count-one": "Slovak koruna",
            "displayName-count-other": "Slovak korunas"
          },
          "SLE": {
            "displayName": "Sierra Leonean Leone",
            "displayName-count-one": "Sierra Leonean leone",
            "displayName-count-other": "Sierra Leonean leones"
          },
          "SLL": {
            "displayName": "Sierra Leonean Leone (1964—2022)",
            "displayName-count-one": "Sierra Leonean leone (1964—2022)",
            "displayName-count-other": "Sierra Leonean leones (1964—2022)"
          },
          "SOS": {
            "displayName": "Somali Shilling",
            "displayName-count-one": "Somali shilling",
            "displayName-count-other": "Somali shillings"
          },
          "SRD": {
            "displayName": "Surinamese Dollar",
            "displayName-count-one": "Surinamese dollar",
            "displayName-count-other": "Surinamese dollars",
            "symbol-alt-narrow": "$"
          },
          "SRG": {
            "displayName": "Surinamese Guilder",
            "displayName-count-one": "Surinamese guilder",
            "displayName-count-other": "Surinamese guilders"
          },
          "SSP": {
            "displayName": "South Sudanese Pound",
            "displayName-count-one": "South Sudanese pound",
            "displayName-count-other": "South Sudanese pounds",
            "symbol-alt-narrow": "£"
          },
          "STD": {
            "displayName": "São Tomé & Príncipe Dobra (1977–2017)",
            "displayName-count-one": "São Tomé & Príncipe dobra (1977–2017)",
            "displayName-count-other": "São Tomé & Príncipe dobras (1977–2017)"
          },
          "STN": {
            "displayName": "São Tomé & Príncipe Dobra",
            "displayName-count-one": "São Tomé & Príncipe dobra",
            "displayName-count-other": "São Tomé & Príncipe dobras",
            "symbol-alt-narrow": "Db"
          },
          "SUR": {
            "displayName": "Soviet Rouble",
            "displayName-count-one": "Soviet rouble",
            "displayName-count-other": "Soviet roubles"
          },
          "SVC": {
            "displayName": "Salvadoran Colón",
            "displayName-count-one": "Salvadoran colón",
            "displayName-count-other": "Salvadoran colones"
          },
          "SYP": {
            "displayName": "Syrian Pound",
            "displayName-count-one": "Syrian pound",
            "displayName-count-other": "Syrian pounds",
            "symbol-alt-narrow": "£"
          },
          "SZL": {
            "displayName": "Swazi Lilangeni",
            "displayName-count-one": "Swazi lilangeni",
            "displayName-count-other": "Swazi emalangeni"
          },
          "THB": {
            "displayName": "Thai Baht",
            "displayName-count-one": "Thai baht",
            "displayName-count-other": "Thai baht",
            "symbol-alt-narrow": "฿"
          },
          "TJR": {
            "displayName": "Tajikistani Rouble",
            "displayName-count-one": "Tajikistani rouble",
            "displayName-count-other": "Tajikistani roubles"
          },
          "TJS": {
            "displayName": "Tajikistani Somoni",
            "displayName-count-one": "Tajikistani somoni",
            "displayName-count-other": "Tajikistani somonis"
          },
          "TMM": {
            "displayName": "Turkmenistani Manat (1993–2009)",
            "displayName-count-one": "Turkmenistani manat (1993–2009)",
            "displayName-count-other": "Turkmenistani manat (1993–2009)"
          },
          "TMT": {
            "displayName": "Turkmenistani Manat",
            "displayName-count-one": "Turkmenistani manat",
            "displayName-count-other": "Turkmenistani manat"
          },
          "TND": {
            "displayName": "Tunisian Dinar",
            "displayName-count-one": "Tunisian dinar",
            "displayName-count-other": "Tunisian dinars"
          },
          "TOP": {
            "displayName": "Tongan Paʻanga",
            "displayName-count-one": "Tongan paʻanga",
            "displayName-count-other": "Tongan paʻanga",
            "symbol-alt-narrow": "T$"
          },
          "TPE": {
            "displayName": "Timorese Escudo",
            "displayName-count-one": "Timorese escudo",
            "displayName-count-other": "Timorese escudos"
          },
          "TRL": {
            "displayName": "Turkish Lira (1922–2005)",
            "displayName-count-one": "Turkish lira (1922–2005)",
            "displayName-count-other": "Turkish Lira (1922–2005)"
          },
          "TRY": {
            "displayName": "Turkish Lira",
            "displayName-count-one": "Turkish lira",
            "displayName-count-other": "Turkish Lira",
            "symbol-alt-narrow": "₺",
            "symbol-alt-variant": "TL"
          },
          "TTD": {
            "displayName": "Trinidad & Tobago Dollar",
            "displayName-count-one": "Trinidad & Tobago dollar",
            "displayName-count-other": "Trinidad & Tobago dollars",
            "symbol-alt-narrow": "$"
          },
          "TWD": {
            "displayName": "New Taiwan Dollar",
            "displayName-count-one": "New Taiwan dollar",
            "displayName-count-other": "New Taiwan dollars",
            "symbol": "NT$",
            "symbol-alt-narrow": "$"
          },
          "TZS": {
            "displayName": "Tanzanian Shilling",
            "displayName-count-one": "Tanzanian shilling",
            "displayName-count-other": "Tanzanian shillings"
          },
          "UAH": {
            "displayName": "Ukrainian Hryvnia",
            "displayName-count-one": "Ukrainian hryvnia",
            "displayName-count-other": "Ukrainian hryvnias",
            "symbol-alt-narrow": "₴"
          },
          "UAK": {
            "displayName": "Ukrainian Karbovanets",
            "displayName-count-one": "Ukrainian karbovanets",
            "displayName-count-other": "Ukrainian karbovantsiv"
          },
          "UGS": {
            "displayName": "Ugandan Shilling (1966–1987)",
            "displayName-count-one": "Ugandan shilling (1966–1987)",
            "displayName-count-other": "Ugandan shillings (1966–1987)"
          },
          "UGX": {
            "displayName": "Ugandan Shilling",
            "displayName-count-one": "Ugandan shilling",
            "displayName-count-other": "Ugandan shillings"
          },
          "USD": {
            "displayName": "US Dollar",
            "displayName-count-one": "US dollar",
            "displayName-count-other": "US dollars",
            "symbol": "US$",
            "symbol-alt-narrow": "$"
          },
          "USN": {
            "displayName": "US Dollar (Next day)",
            "displayName-count-one": "US dollar (next day)",
            "displayName-count-other": "US dollars (next day)"
          },
          "USS": {
            "displayName": "US Dollar (Same day)",
            "displayName-count-one": "US dollar (same day)",
            "displayName-count-other": "US dollars (same day)"
          },
          "UYI": {
            "displayName": "Uruguayan Peso (Indexed Units)",
            "displayName-count-one": "Uruguayan peso (indexed units)",
            "displayName-count-other": "Uruguayan pesos (indexed units)"
          },
          "UYP": {
            "displayName": "Uruguayan Peso (1975–1993)",
            "displayName-count-one": "Uruguayan peso (1975–1993)",
            "displayName-count-other": "Uruguayan pesos (1975–1993)"
          },
          "UYU": {
            "displayName": "Uruguayan Peso",
            "displayName-count-one": "Uruguayan peso",
            "displayName-count-other": "Uruguayan pesos",
            "symbol-alt-narrow": "$"
          },
          "UYW": {
            "displayName": "Uruguayan Nominal Wage Index Unit",
            "displayName-count-one": "Uruguayan nominal wage index unit",
            "displayName-count-other": "Uruguayan nominal wage index units"
          },
          "UZS": {
            "displayName": "Uzbekistani Som",
            "displayName-count-one": "Uzbekistani som",
            "displayName-count-other": "Uzbekistani som"
          },
          "VEB": {
            "displayName": "Venezuelan Bolívar (1871–2008)",
            "displayName-count-one": "Venezuelan bolívar (1871–2008)",
            "displayName-count-other": "Venezuelan bolívars (1871–2008)"
          },
          "VED": {
            "displayName": "Bolívar Soberano",
            "displayName-count-one": "Bolívar Soberano",
            "displayName-count-other": "Bolívar Soberanos"
          },
          "VEF": {
            "displayName": "Venezuelan Bolívar (2008–2018)",
            "displayName-count-one": "Venezuelan bolívar (2008–2018)",
            "displayName-count-other": "Venezuelan bolívars (2008–2018)",
            "symbol-alt-narrow": "Bs"
          },
          "VES": {
            "displayName": "Venezuelan Bolívar",
            "displayName-count-one": "Venezuelan bolívar",
            "displayName-count-other": "Venezuelan bolívars"
          },
          "VND": {
            "displayName": "Vietnamese Dong",
            "displayName-count-one": "Vietnamese dong",
            "displayName-count-other": "Vietnamese dong",
            "symbol": "₫",
            "symbol-alt-narrow": "₫"
          },
          "VNN": {
            "displayName": "Vietnamese Dong (1978–1985)",
            "displayName-count-one": "Vietnamese dong (1978–1985)",
            "displayName-count-other": "Vietnamese dong (1978–1985)"
          },
          "VUV": {
            "displayName": "Vanuatu Vatu",
            "displayName-count-one": "Vanuatu vatu",
            "displayName-count-other": "Vanuatu vatu"
          },
          "WST": {
            "displayName": "Samoan Tala",
            "displayName-count-one": "Samoan tala",
            "displayName-count-other": "Samoan tala"
          },
          "XAF": {
            "displayName": "Central African CFA Franc",
            "displayName-count-one": "Central African CFA franc",
            "displayName-count-other": "Central African CFA francs",
            "symbol": "FCFA"
          },
          "XAG": {
            "displayName": "Silver",
            "displayName-count-one": "troy ounce of silver",
            "displayName-count-other": "troy ounces of silver"
          },
          "XAU": {
            "displayName": "Gold",
            "displayName-count-one": "troy ounce of gold",
            "displayName-count-other": "troy ounces of gold"
          },
          "XBA": {
            "displayName": "European Composite Unit",
            "displayName-count-one": "European composite unit",
            "displayName-count-other": "European composite units"
          },
          "XBB": {
            "displayName": "European Monetary Unit",
            "displayName-count-one": "European monetary unit",
            "displayName-count-other": "European monetary units"
          },
          "XBC": {
            "displayName": "European Unit of Account (XBC)",
            "displayName-count-one": "European unit of account (XBC)",
            "displayName-count-other": "European units of account (XBC)"
          },
          "XBD": {
            "displayName": "European Unit of Account (XBD)",
            "displayName-count-one": "European unit of account (XBD)",
            "displayName-count-other": "European units of account (XBD)"
          },
          "XCD": {
            "displayName": "East Caribbean Dollar",
            "displayName-count-one": "East Caribbean dollar",
            "displayName-count-other": "East Caribbean dollars",
            "symbol": "EC$",
            "symbol-alt-narrow": "$"
          },
          "XCG": {
            "displayName": "Caribbean guilder",
            "displayName-count-one": "Caribbean guilder",
            "displayName-count-other": "Caribbean guilders",
            "symbol": "Cg."
          },
          "XDR": {
            "displayName": "Special Drawing Rights",
            "displayName-count-one": "special drawing rights",
            "displayName-count-other": "special drawing rights"
          },
          "XEU": {
            "displayName": "European Currency Unit",
            "displayName-count-one": "European currency unit",
            "displayName-count-other": "European currency units"
          },
          "XFO": {
            "displayName": "French Gold Franc",
            "displayName-count-one": "French gold franc",
            "displayName-count-other": "French gold francs"
          },
          "XFU": {
            "displayName": "French UIC-Franc",
            "displayName-count-one": "French UIC-franc",
            "displayName-count-other": "French UIC-francs"
          },
          "XOF": {
            "displayName": "West African CFA Franc",
            "displayName-count-one": "West African CFA franc",
            "displayName-count-other": "West African CFA francs",
            "symbol": "F CFA"
          },
          "XPD": {
            "displayName": "Palladium",
            "displayName-count-one": "troy ounce of palladium",
            "displayName-count-other": "troy ounces of palladium"
          },
          "XPF": {
            "displayName": "CFP Franc",
            "displayName-count-one": "CFP franc",
            "displayName-count-other": "CFP francs",
            "symbol": "CFPF"
          },
          "XPT": {
            "displayName": "Platinum",
            "displayName-count-one": "troy ounce of platinum",
            "displayName-count-other": "troy ounces of platinum"
          },
          "XRE": {
            "displayName": "RINET Funds",
            "displayName-count-one": "RINET Funds unit",
            "displayName-count-other": "RINET Funds units"
          },
          "XSU": {
            "displayName": "Sucre",
            "displayName-count-one": "Sucre",
            "displayName-count-other": "Sucres"
          },
          "XTS": {
            "displayName": "Testing Currency Code",
            "displayName-count-one": "Testing Currency unit",
            "displayName-count-other": "Testing Currency units"
          },
          "XUA": {
            "displayName": "ADB Unit of Account",
            "displayName-count-one": "ADB unit of account",
            "displayName-count-other": "ADB units of account"
          },
          "XXX": {
            "displayName": "Unknown Currency",
            "displayName-count-one": "(unknown unit of currency)",
            "displayName-count-other": "(unknown currency)",
            "symbol": "¤"
          },
          "YDD": {
            "displayName": "Yemeni Dinar",
            "displayName-count-one": "Yemeni dinar",
            "displayName-count-other": "Yemeni dinars"
          },
          "YER": {
            "displayName": "Yemeni Rial",
            "displayName-count-one": "Yemeni rial",
            "displayName-count-other": "Yemeni rials"
          },
          "YUD": {
            "displayName": "Yugoslavian Hard Dinar (1966–1990)",
            "displayName-count-one": "Yugoslavian hard dinar (1966–1990)",
            "displayName-count-other": "Yugoslavian hard dinars (1966–1990)"
          },
          "YUM": {
            "displayName": "Yugoslavian New Dinar (1994–2002)",
            "displayName-count-one": "Yugoslavian new dinar (1994–2002)",
            "displayName-count-other": "Yugoslavian new dinars (1994–2002)"
          },
          "YUN": {
            "displayName": "Yugoslavian Convertible Dinar (1990–1992)",
            "displayName-count-one": "Yugoslavian convertible dinar (1990–1992)",
            "displayName-count-other": "Yugoslavian convertible dinars (1990–1992)"
          },
          "YUR": {
            "displayName": "Yugoslavian Reformed Dinar (1992–1993)",
            "displayName-count-one": "Yugoslavian reformed dinar (1992–1993)",
            "displayName-count-other": "Yugoslavian reformed dinars (1992–1993)"
          },
          "ZAL": {
            "displayName": "South African Rand (financial)",
            "displayName-count-one": "South African rand (financial)",
            "displayName-count-other": "South African rands (financial)"
          },
          "ZAR": {
            "displayName": "South African Rand",
            "displayName-count-one": "South African rand",
            "displayName-count-other": "South African rand",
            "symbol-alt-narrow": "R"
          },
          "ZMK": {
            "displayName": "Zambian Kwacha (1968–2012)",
            "displayName-count-one": "Zambian kwacha (1968–2012)",
            "displayName-count-other": "Zambian kwachas (1968–2012)"
          },
          "ZMW": {
            "displayName": "Zambian Kwacha",
            "displayName-count-one": "Zambian kwacha",
            "displayName-count-other": "Zambian kwachas",
            "symbol-alt-narrow": "ZK"
          },
          "ZRN": {
            "displayName": "Zairean New Zaire (1993–1998)",
            "displayName-count-one": "Zairean new zaire (1993–1998)",
            "displayName-count-other": "Zairean new zaires (1993–1998)"
          },
          "ZRZ": {
            "displayName": "Zairean Zaire (1971–1993)",
            "displayName-count-one": "Zairean zaire (1971–1993)",
            "displayName-count-other": "Zairean zaires (1971–1993)"
          },
          "ZWD": {
            "displayName": "Zimbabwean Dollar (1980–2008)",
            "displayName-count-one": "Zimbabwean dollar (1980–2008)",
            "displayName-count-other": "Zimbabwean dollars (1980–2008)"
          },
          "ZWL": {
            "displayName": "Zimbabwean Dollar (2009)",
            "displayName-count-one": "Zimbabwean dollar (2009)",
            "displayName-count-other": "Zimbabwean dollars (2009)"
          },
          "ZWR": {
            "displayName": "Zimbabwean Dollar (2008)",
            "displayName-count-one": "Zimbabwean dollar (2008)",
            "displayName-count-other": "Zimbabwean dollars (2008)"
          }
        }
      },
      "dates": {
        "calendars": {
          "islamic": {
            "months": {
              "format": {
                "abbreviated": {
                  "1": "Muh.",
                  "2": "Saf.",
                  "3": "Rab. I",
                  "4": "Rab. II",
                  "5": "Jum. I",
                  "6": "Jum. II",
                  "7": "Raj.",
                  "8": "Sha.",
                  "9": "Ram.",
                  "10": "Shaw.",
                  "11": "Dhuʻl-Q.",
                  "12": "Dhuʻl-H."
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4",
                  "5": "5",
                  "6": "6",
                  "7": "7",
                  "8": "8",
                  "9": "9",
                  "10": "10",
                  "11": "11",
                  "12": "12"
                },
                "wide": {
                  "1": "Muharram",
                  "2": "Safar",
                  "3": "Rabiʻ I",
                  "4": "Rabiʻ II",
                  "5": "Jumada I",
                  "6": "Jumada II",
                  "7": "Rajab",
                  "8": "Shaʻban",
                  "9": "Ramadan",
                  "10": "Shawwal",
                  "11": "Dhuʻl-Qiʻdah",
                  "12": "Dhuʻl-Hijjah"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "1": "Muh.",
                  "2": "Saf.",
                  "3": "Rab. I",
                  "4": "Rab. II",
                  "5": "Jum. I",
                  "6": "Jum. II",
                  "7": "Raj.",
                  "8": "Sha.",
                  "9": "Ram.",
                  "10": "Shaw.",
                  "11": "Dhuʻl-Q.",
                  "12": "Dhuʻl-H."
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4",
                  "5": "5",
                  "6": "6",
                  "7": "7",
                  "8": "8",
                  "9": "9",
                  "10": "10",
                  "11": "11",
                  "12": "12"
                },
                "wide": {
                  "1": "Muharram",
                  "2": "Safar",
                  "3": "Rabiʻ I",
                  "4": "Rabiʻ II",
                  "5": "Jumada I",
                  "6": "Jumada II",
                  "7": "Rajab",
                  "8": "Shaʻban",
                  "9": "Ramadan",
                  "10": "Shawwal",
                  "11": "Dhuʻl-Qiʻdah",
                  "12": "Dhuʻl-Hijjah"
                }
              }
            },
            "days": {
              "format": {
                "abbreviated": {
                  "sun": "Sun",
                  "mon": "Mon",
                  "tue": "Tue",
                  "wed": "Wed",
                  "thu": "Thu",
                  "fri": "Fri",
                  "sat": "Sat"
                },
                "narrow": {
                  "sun": "S",
                  "mon": "M",
                  "tue": "T",
                  "wed": "W",
                  "thu": "T",
                  "fri": "F",
                  "sat": "S"
                },
                "short": {
                  "sun": "Su",
                  "mon": "Mo",
                  "tue": "Tu",
                  "wed": "We",
                  "thu": "Th",
                  "fri": "Fr",
                  "sat": "Sa"
                },
                "wide": {
                  "sun": "Sunday",
                  "mon": "Monday",
                  "tue": "Tuesday",
                  "wed": "Wednesday",
                  "thu": "Thursday",
                  "fri": "Friday",
                  "sat": "Saturday"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "sun": "Sun",
                  "mon": "Mon",
                  "tue": "Tue",
                  "wed": "Wed",
                  "thu": "Thu",
                  "fri": "Fri",
                  "sat": "Sat"
                },
                "narrow": {
                  "sun": "S",
                  "mon": "M",
                  "tue": "T",
                  "wed": "W",
                  "thu": "T",
                  "fri": "F",
                  "sat": "S"
                },
                "short": {
                  "sun": "Su",
                  "mon": "Mo",
                  "tue": "Tu",
                  "wed": "We",
                  "thu": "Th",
                  "fri": "Fr",
                  "sat": "Sa"
                },
                "wide": {
                  "sun": "Sunday",
                  "mon": "Monday",
                  "tue": "Tuesday",
                  "wed": "Wednesday",
                  "thu": "Thursday",
                  "fri": "Friday",
                  "sat": "Saturday"
                }
              }
            },
            "quarters": {
              "format": {
                "abbreviated": {
                  "1": "Q1",
                  "2": "Q2",
                  "3": "Q3",
                  "4": "Q4"
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4"
                },
                "wide": {
                  "1": "1st quarter",
                  "2": "2nd quarter",
                  "3": "3rd quarter",
                  "4": "4th quarter"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "1": "Q1",
                  "2": "Q2",
                  "3": "Q3",
                  "4": "Q4"
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4"
                },
                "wide": {
                  "1": "1st quarter",
                  "2": "2nd quarter",
                  "3": "3rd quarter",
                  "4": "4th quarter"
                }
              }
            },
            "dayPeriods": {
              "format": {
                "abbreviated": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "in the morning",
                  "afternoon1": "in the afternoon",
                  "evening1": "in the evening",
                  "night1": "at night"
                },
                "narrow": {
                  "midnight": "mi",
                  "am": "a",
                  "am-alt-variant": "am",
                  "noon": "n",
                  "pm": "p",
                  "pm-alt-variant": "pm",
                  "morning1": "in the morning",
                  "afternoon1": "in the afternoon",
                  "evening1": "in the evening",
                  "night1": "at night"
                },
                "wide": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "in the morning",
                  "afternoon1": "in the afternoon",
                  "evening1": "in the evening",
                  "night1": "at night"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "morning",
                  "afternoon1": "afternoon",
                  "evening1": "evening",
                  "night1": "night"
                },
                "narrow": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "morning",
                  "afternoon1": "afternoon",
                  "evening1": "evening",
                  "night1": "night"
                },
                "wide": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "morning",
                  "afternoon1": "afternoon",
                  "evening1": "evening",
                  "night1": "night"
                }
              }
            },
            "eras": {
              "eraNames": {
                "0": "AH"
              },
              "eraAbbr": {
                "0": "AH"
              },
              "eraNarrow": {
                "0": "AH"
              }
            },
            "dateFormats": {
              "full": "EEEE, d MMMM y G",
              "long": "d MMMM y G",
              "medium": "d MMM y G",
              "short": "dd/MM/y GGGGG"
            },
            "dateSkeletons": {
              "full": "GyMMMMEEEEd",
              "long": "GyMMMMd",
              "medium": "GyMMMd",
              "short": "GGGGGyMMdd"
            },
            "timeFormats": {
              "full": "HH:mm:ss zzzz",
              "full-alt-ascii": "h:mm:ss a zzzz",
              "long": "HH:mm:ss z",
              "long-alt-ascii": "h:mm:ss a z",
              "medium": "HH:mm:ss",
              "medium-alt-ascii": "h:mm:ss a",
              "short": "HH:mm",
              "short-alt-ascii": "h:mm a"
            },
            "timeSkeletons": {
              "full": "HHmmsszzzz",
              "long": "HHmmssz",
              "medium": "HHmmss",
              "short": "HHmm"
            },
            "dateTimeFormats": {
              "full": "{1}, {0}",
              "long": "{1}, {0}",
              "medium": "{1}, {0}",
              "short": "{1}, {0}",
              "availableFormats": {
                "Bh": "h B",
                "Bhm": "h:mm B",
                "Bhms": "h:mm:ss B",
                "d": "d",
                "E": "ccc",
                "EBhm": "E h:mm B",
                "EBhms": "E h:mm:ss B",
                "Ed": "d E",
                "Ehm": "E h:mm a",
                "Ehm-alt-ascii": "E h:mm a",
                "EHm": "E HH:mm",
                "Ehms": "E h:mm:ss a",
                "Ehms-alt-ascii": "E h:mm:ss a",
                "EHms": "E HH:mm:ss",
                "Gy": "y G",
                "GyMd": "dd/MM/y GGGGG",
                "GyMMM": "MMM y G",
                "GyMMMd": "d MMM y G",
                "GyMMMEd": "E, d MMM y G",
                "h": "h a",
                "h-alt-ascii": "h a",
                "H": "HH",
                "hm": "h:mm a",
                "hm-alt-ascii": "h:mm a",
                "Hm": "HH:mm",
                "hms": "h:mm:ss a",
                "hms-alt-ascii": "h:mm:ss a",
                "Hms": "HH:mm:ss",
                "M": "L",
                "Md": "dd/MM",
                "MEd": "E dd/MM",
                "MMM": "LLL",
                "MMMd": "d MMM",
                "MMMEd": "E d MMM",
                "MMMMd": "d MMMM",
                "ms": "mm:ss",
                "y": "y G",
                "yyyy": "y G",
                "yyyyM": "M/y GGGGG",
                "yyyyMd": "dd/MM/y GGGGG",
                "yyyyMEd": "E, dd/MM/y GGGGG",
                "yyyyMMM": "MMM y G",
                "yyyyMMMd": "d MMM y G",
                "yyyyMMMEd": "E, d MMM y G",
                "yyyyMMMM": "MMMM y G",
                "yyyyQQQ": "QQQ y G",
                "yyyyQQQQ": "QQQQ y G"
              },
              "appendItems": {
                "Day": "{0} ({2}: {1})",
                "Day-Of-Week": "{0} {1}",
                "Era": "{0} {1}",
                "Hour": "{0} ({2}: {1})",
                "Minute": "{0} ({2}: {1})",
                "Month": "{0} ({2}: {1})",
                "Quarter": "{0} ({2}: {1})",
                "Second": "{0} ({2}: {1})",
                "Timezone": "{0} {1}",
                "Week": "{0} ({2}: {1})",
                "Year": "{0} {1}"
              },
              "intervalFormats": {
                "intervalFormatFallback": "{0} – {1}",
                "Bh": {
                  "B": "h B – h B",
                  "h": "h – h B"
                },
                "Bhm": {
                  "B": "h:mm B – h:mm B",
                  "h": "h:mm – h:mm B",
                  "m": "h:mm – h:mm B"
                },
                "d": {
                  "d": "d–d"
                },
                "Gy": {
                  "G": "y G – y G",
                  "y": "y–y G"
                },
                "GyM": {
                  "G": "M/y GGGGG – M/y GGGGG",
                  "M": "M/y – M/y GGGGG",
                  "y": "M/y – M/y GGGGG"
                },
                "GyMd": {
                  "d": "dd/MM/y – dd/MM/y GGGGG",
                  "G": "dd/MM/y GGGGG – dd/MM/y GGGGG",
                  "M": "dd/MM/y – dd/MM/y GGGGG",
                  "y": "dd/MM/y – dd/MM/y GGGGG"
                },
                "GyMEd": {
                  "d": "E, dd/MM/y – E, dd/MM/y GGGGG",
                  "G": "E, dd/MM/y GGGGG – E, dd/MM/y GGGGG",
                  "M": "E, dd/MM/y – E, dd/MM/y GGGGG",
                  "y": "E, dd/MM/y – E, dd/MM/y GGGGG"
                },
                "GyMMM": {
                  "G": "MMM y G – MMM y G",
                  "M": "MMM – MMM y G",
                  "y": "MMM y – MMM y G"
                },
                "GyMMMd": {
                  "d": "d–d MMM y G",
                  "G": "d MMM y G – d MMM y G",
                  "M": "d MMM – d MMM y G",
                  "y": "d MMM y – d MMM y G"
                },
                "GyMMMEd": {
                  "d": "E, d MMM – E, d MMM y G",
                  "G": "E, d MMM y G – E, d MMM y G",
                  "M": "E, d MMM – E, d MMM y G",
                  "y": "E, d MMM y – E, d MMM y G"
                },
                "h": {
                  "a": "h a – h a",
                  "h": "h – h a"
                },
                "H": {
                  "H": "HH – HH"
                },
                "hm": {
                  "a": "h:mm a – h:mm a",
                  "h": "h:mm – h:mm a",
                  "m": "h:mm – h:mm a"
                },
                "Hm": {
                  "H": "HH:mm – HH:mm",
                  "m": "HH:mm – HH:mm"
                },
                "hmv": {
                  "a": "h:mm a – h:mm a v",
                  "h": "h:mm – h:mm a v",
                  "m": "h:mm – h:mm a v"
                },
                "Hmv": {
                  "H": "HH:mm – HH:mm v",
                  "m": "HH:mm – HH:mm v"
                },
                "hv": {
                  "a": "h a – h a v",
                  "h": "h – h a v"
                },
                "Hv": {
                  "H": "HH – HH v"
                },
                "M": {
                  "M": "M–M"
                },
                "Md": {
                  "d": "dd/MM – dd/MM",
                  "M": "dd/MM – dd/MM"
                },
                "MEd": {
                  "d": "E dd/MM – E dd/MM",
                  "M": "E dd/MM – E dd/MM"
                },
                "MMM": {
                  "M": "MMM – MMM"
                },
                "MMMd": {
                  "d": "d–d MMM",
                  "M": "d MMM – d MMM"
                },
                "MMMEd": {
                  "d": "E d – E d MMM",
                  "M": "E d MMM – E d MMM"
                },
                "y": {
                  "y": "y–y G"
                },
                "yM": {
                  "M": "MM/y – MM/y GGGGG",
                  "y": "MM/y – MM/y GGGGG"
                },
                "yMd": {
                  "d": "dd/MM/y – dd/MM/y GGGGG",
                  "M": "dd/MM/y – dd/MM/y GGGGG",
                  "y": "dd/MM/y – dd/MM/y GGGGG"
                },
                "yMEd": {
                  "d": "E, dd/MM/y – E, dd/MM/y GGGGG",
                  "M": "E, dd/MM/y – E, dd/MM/y GGGGG",
                  "y": "E, dd/MM/y – E, dd/MM/y GGGGG"
                },
                "yMMM": {
                  "M": "MMM – MMM y G",
                  "y": "MMM y – MMM y G"
                },
                "yMMMd": {
                  "d": "d–d MMM y G",
                  "M": "d MMM – d MMM y G",
                  "y": "d MMM y – d MMM y G"
                },
                "yMMMEd": {
                  "d": "E, d – E, d MMM y G",
                  "M": "E, d MMM – E, d MMM y G",
                  "y": "E, d MMM y – E, d MMM y G"
                },
                "yMMMM": {
                  "M": "MMMM – MMMM y G",
                  "y": "MMMM y – MMMM y G"
                }
              }
            },
            "dateTimeFormats-atTime": {
              "standard": {
                "full": "{1} 'at' {0}",
                "long": "{1} 'at' {0}",
                "medium": "{1}, {0}",
                "short": "{1}, {0}"
              }
            }
          },
          "gregorian": {
            "months": {
              "format": {
                "abbreviated": {
                  "1": "Jan",
                  "2": "Feb",
                  "3": "Mar",
                  "4": "Apr",
                  "5": "May",
                  "6": "Jun",
                  "7": "Jul",
                  "8": "Aug",
                  "9": "Sept",
                  "10": "Oct",
                  "11": "Nov",
                  "12": "Dec"
                },
                "narrow": {
                  "1": "J",
                  "2": "F",
                  "3": "M",
                  "4": "A",
                  "5": "M",
                  "6": "J",
                  "7": "J",
                  "8": "A",
                  "9": "S",
                  "10": "O",
                  "11": "N",
                  "12": "D"
                },
                "wide": {
                  "1": "January",
                  "2": "February",
                  "3": "March",
                  "4": "April",
                  "5": "May",
                  "6": "June",
                  "7": "July",
                  "8": "August",
                  "9": "September",
                  "10": "October",
                  "11": "November",
                  "12": "December"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "1": "Jan",
                  "2": "Feb",
                  "3": "Mar",
                  "4": "Apr",
                  "5": "May",
                  "6": "Jun",
                  "7": "Jul",
                  "8": "Aug",
                  "9": "Sept",
                  "10": "Oct",
                  "11": "Nov",
                  "12": "Dec"
                },
                "narrow": {
                  "1": "J",
                  "2": "F",
                  "3": "M",
                  "4": "A",
                  "5": "M",
                  "6": "J",
                  "7": "J",
                  "8": "A",
                  "9": "S",
                  "10": "O",
                  "11": "N",
                  "12": "D"
                },
                "wide": {
                  "1": "January",
                  "2": "February",
                  "3": "March",
                  "4": "April",
                  "5": "May",
                  "6": "June",
                  "7": "July",
                  "8": "August",
                  "9": "September",
                  "10": "October",
                  "11": "November",
                  "12": "December"
                }
              }
            },
            "days": {
              "format": {
                "abbreviated": {
                  "sun": "Sun",
                  "mon": "Mon",
                  "tue": "Tue",
                  "wed": "Wed",
                  "thu": "Thu",
                  "fri": "Fri",
                  "sat": "Sat"
                },
                "narrow": {
                  "sun": "S",
                  "mon": "M",
                  "tue": "T",
                  "wed": "W",
                  "thu": "T",
                  "fri": "F",
                  "sat": "S"
                },
                "short": {
                  "sun": "Su",
                  "mon": "Mo",
                  "tue": "Tu",
                  "wed": "We",
                  "thu": "Th",
                  "fri": "Fr",
                  "sat": "Sa"
                },
                "wide": {
                  "sun": "Sunday",
                  "mon": "Monday",
                  "tue": "Tuesday",
                  "wed": "Wednesday",
                  "thu": "Thursday",
                  "fri": "Friday",
                  "sat": "Saturday"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "sun": "Sun",
                  "mon": "Mon",
                  "tue": "Tue",
                  "wed": "Wed",
                  "thu": "Thu",
                  "fri": "Fri",
                  "sat": "Sat"
                },
                "narrow": {
                  "sun": "S",
                  "mon": "M",
                  "tue": "T",
                  "wed": "W",
                  "thu": "T",
                  "fri": "F",
                  "sat": "S"
                },
                "short": {
                  "sun": "Su",
                  "mon": "Mo",
                  "tue": "Tu",
                  "wed": "We",
                  "thu": "Th",
                  "fri": "Fr",
                  "sat": "Sa"
                },
                "wide": {
                  "sun": "Sunday",
                  "mon": "Monday",
                  "tue": "Tuesday",
                  "wed": "Wednesday",
                  "thu": "Thursday",
                  "fri": "Friday",
                  "sat": "Saturday"
                }
              }
            },
            "quarters": {
              "format": {
                "abbreviated": {
                  "1": "Q1",
                  "2": "Q2",
                  "3": "Q3",
                  "4": "Q4"
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4"
                },
                "wide": {
                  "1": "1st quarter",
                  "2": "2nd quarter",
                  "3": "3rd quarter",
                  "4": "4th quarter"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "1": "Q1",
                  "2": "Q2",
                  "3": "Q3",
                  "4": "Q4"
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4"
                },
                "wide": {
                  "1": "1st quarter",
                  "2": "2nd quarter",
                  "3": "3rd quarter",
                  "4": "4th quarter"
                }
              }
            },
            "dayPeriods": {
              "format": {
                "abbreviated": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "in the morning",
                  "afternoon1": "in the afternoon",
                  "evening1": "in the evening",
                  "night1": "at night"
                },
                "narrow": {
                  "midnight": "mi",
                  "am": "a",
                  "am-alt-variant": "am",
                  "noon": "n",
                  "pm": "p",
                  "pm-alt-variant": "pm",
                  "morning1": "in the morning",
                  "afternoon1": "in the afternoon",
                  "evening1": "in the evening",
                  "night1": "at night"
                },
                "wide": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "in the morning",
                  "afternoon1": "in the afternoon",
                  "evening1": "in the evening",
                  "night1": "at night"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "morning",
                  "afternoon1": "afternoon",
                  "evening1": "evening",
                  "night1": "night"
                },
                "narrow": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "morning",
                  "afternoon1": "afternoon",
                  "evening1": "evening",
                  "night1": "night"
                },
                "wide": {
                  "midnight": "midnight",
                  "am": "am",
                  "am-alt-variant": "am",
                  "noon": "noon",
                  "pm": "pm",
                  "pm-alt-variant": "pm",
                  "morning1": "morning",
                  "afternoon1": "afternoon",
                  "evening1": "evening",
                  "night1": "night"
                }
              }
            },
            "eras": {
              "eraNames": {
                "0": "Before Christ",
                "1": "Anno Domini",
                "0-alt-variant": "Before Common Era",
                "1-alt-variant": "Common Era"
              },
              "eraAbbr": {
                "0": "BC",
                "1": "AD",
                "0-alt-variant": "BCE",
                "1-alt-variant": "CE"
              },
              "eraNarrow": {
                "0": "B",
                "1": "A",
                "0-alt-variant": "BCE",
                "1-alt-variant": "CE"
              }
            },
            "dateFormats": {
              "full": "EEEE, d MMMM y",
              "long": "d MMMM y",
              "medium": "d MMM y",
              "short": "dd/MM/y"
            },
            "dateSkeletons": {
              "full": "yMMMMEEEEd",
              "long": "yMMMMd",
              "medium": "yMMMd",
              "short": "yMMdd"
            },
            "timeFormats": {
              "full": "HH:mm:ss zzzz",
              "full-alt-ascii": "h:mm:ss a zzzz",
              "long": "HH:mm:ss z",
              "long-alt-ascii": "h:mm:ss a z",
              "medium": "HH:mm:ss",
              "medium-alt-ascii": "h:mm:ss a",
              "short": "HH:mm",
              "short-alt-ascii": "h:mm a"
            },
            "timeSkeletons": {
              "full": "HHmmsszzzz",
              "long": "HHmmssz",
              "medium": "HHmmss",
              "short": "HHmm"
            },
            "dateTimeFormats": {
              "full": "{1}, {0}",
              "long": "{1}, {0}",
              "medium": "{1}, {0}",
              "short": "{1}, {0}",
              "availableFormats": {
                "Bh": "h B",
                "Bhm": "h:mm B",
                "Bhms": "h:mm:ss B",
                "d": "d",
                "E": "ccc",
                "EBhm": "E h:mm B",
                "EBhms": "E h:mm:ss B",
                "Ed": "E d",
                "Ehm": "E h:mm a",
                "Ehm-alt-ascii": "E h:mm a",
                "EHm": "E HH:mm",
                "Ehms": "E h:mm:ss a",
                "Ehms-alt-ascii": "E h:mm:ss a",
                "EHms": "E HH:mm:ss",
                "Gy": "y G",
                "GyMd": "d/M/y G",
                "GyMMM": "MMM y G",
                "GyMMMd": "d MMM y G",
                "GyMMMEd": "E, d MMM y G",
                "h": "h a",
                "h-alt-ascii": "h a",
                "H": "HH",
                "hm": "h:mm a",
                "hm-alt-ascii": "h:mm a",
                "Hm": "HH:mm",
                "hms": "h:mm:ss a",
                "hms-alt-ascii": "h:mm:ss a",
                "Hms": "HH:mm:ss",
                "hmsv": "h:mm:ss a v",
                "hmsv-alt-ascii": "h:mm:ss a v",
                "Hmsv": "HH:mm:ss v",
                "hmv": "h:mm a v",
                "hmv-alt-ascii": "h:mm a v",
                "Hmv": "HH:mm v",
                "M": "L",
                "Md": "dd/MM",
                "MEd": "E, dd/MM",
                "MMdd": "dd/MM",
                "MMM": "LLL",
                "MMMd": "d MMM",
                "MMMEd": "E, d MMM",
                "MMMMd": "d MMMM",
                "MMMMW-count-one": "'week' W 'of' MMMM",
                "MMMMW-count-other": "'week' W 'of' MMMM",
                "ms": "mm:ss",
                "y": "y",
                "yM": "MM/y",
                "yMd": "dd/MM/y",
                "yMEd": "E, dd/MM/y",
                "yMMM": "MMM y",
                "yMMMd": "d MMM y",
                "yMMMEd": "E, d MMM y",
                "yMMMM": "MMMM y",
                "yQQQ": "QQQ y",
                "yQQQQ": "QQQQ y",
                "yw-count-one": "'week' w 'of' Y",
                "yw-count-other": "'week' w 'of' Y"
              },
              "appendItems": {
                "Day": "{0} ({2}: {1})",
                "Day-Of-Week": "{0} {1}",
                "Era": "{0} {1}",
                "Hour": "{0} ({2}: {1})",
                "Minute": "{0} ({2}: {1})",
                "Month": "{0} ({2}: {1})",
                "Quarter": "{0} ({2}: {1})",
                "Second": "{0} ({2}: {1})",
                "Timezone": "{0} {1}",
                "Week": "{0} ({2}: {1})",
                "Year": "{0} {1}"
              },
              "intervalFormats": {
                "intervalFormatFallback": "{0} – {1}",
                "Bh": {
                  "B": "h B – h B",
                  "h": "h – h B"
                },
                "Bhm": {
                  "B": "h:mm B – h:mm B",
                  "h": "h:mm – h:mm B",
                  "m": "h:mm – h:mm B"
                },
                "d": {
                  "d": "d–d"
                },
                "Gy": {
                  "G": "y G – y G",
                  "y": "y – y G"
                },
                "GyM": {
                  "G": "M/y G – M/y G",
                  "M": "M/y – M/y G",
                  "y": "M/y – M/y G"
                },
                "GyMd": {
                  "d": "dd/MM/y – dd/MM/y G",
                  "G": "dd/MM/y G – dd/MM/y G",
                  "M": "dd/MM/y – dd/MM/y G",
                  "y": "dd/MM/y – dd/MM/y G"
                },
                "GyMEd": {
                  "d": "E, dd/MM/y – E, dd/MM/y G",
                  "G": "E, dd/MM/y G – E, dd/MM/y G",
                  "M": "E, dd/MM/y – E, dd/MM/y G",
                  "y": "E, dd/MM/y – E, dd/MM/y G"
                },
                "GyMMM": {
                  "G": "MMM y G – MMM y G",
                  "M": "MMM – MMM y G",
                  "y": "MMM y – MMM y G"
                },
                "GyMMMd": {
                  "d": "d – d MMM y G",
                  "G": "d MMM y G – d MMM y G",
                  "M": "d MMM – d MMM y G",
                  "y": "d MMM y – d MMM y G"
                },
                "GyMMMEd": {
                  "d": "E, d MMM – E, d MMM y G",
                  "G": "E, d MMM y G – E, d MMM y G",
                  "M": "E, d MMM – E, d MMM y G",
                  "y": "E, d MMM y – E, d MMM y G"
                },
                "h": {
                  "a": "h a – h a",
                  "h": "h–h a"
                },
                "H": {
                  "H": "HH–HH"
                },
                "hm": {
                  "a": "h:mm a – h:mm a",
                  "h": "h:mm – h:mm a",
                  "m": "h:mm – h:mm a"
                },
                "Hm": {
                  "H": "HH:mm–HH:mm",
                  "m": "HH:mm–HH:mm"
                },
                "hmv": {
                  "a": "h:mm a – h:mm a v",
                  "h": "h:mm – h:mm a v",
                  "m": "h:mm – h:mm a v"
                },
                "Hmv": {
                  "H": "HH:mm–HH:mm v",
                  "m": "HH:mm–HH:mm v"
                },
                "hv": {
                  "a": "h a – h a v",
                  "h": "h–h a v"
                },
                "Hv": {
                  "H": "HH–HH v"
                },
                "M": {
                  "M": "M–M"
                },
                "Md": {
                  "d": "dd/MM – dd/MM",
                  "M": "dd/MM – dd/MM"
                },
                "MEd": {
                  "d": "E dd/MM – E dd/MM",
                  "M": "E dd/MM – E dd/MM"
                },
                "MMM": {
                  "M": "MMM – MMM"
                },
                "MMMd": {
                  "d": "d–d MMM",
                  "M": "d MMM – d MMM"
                },
                "MMMEd": {
                  "d": "E d – E d MMM",
                  "M": "E d MMM – E d MMM"
                },
                "y": {
                  "y": "y–y"
                },
                "yM": {
                  "M": "MM/y – MM/y",
                  "y": "MM/y – MM/y"
                },
                "yMd": {
                  "d": "dd/MM/y – dd/MM/y",
                  "M": "dd/MM/y – dd/MM/y",
                  "y": "dd/MM/y – dd/MM/y"
                },
                "yMEd": {
                  "d": "E, dd/MM/y – E, dd/MM/y",
                  "M": "E, dd/MM/y – E, dd/MM/y",
                  "y": "E, dd/MM/y – E, dd/MM/y"
                },
                "yMMM": {
                  "M": "MMM – MMM y",
                  "y": "MMM y – MMM y"
                },
                "yMMMd": {
                  "d": "d–d MMM y",
                  "M": "d MMM – d MMM y",
                  "y": "d MMM y – d MMM y"
                },
                "yMMMEd": {
                  "d": "E, d – E, d MMM y",
                  "M": "E, d MMM – E, d MMM y",
                  "y": "E, d MMM y – E, d MMM y"
                },
                "yMMMM": {
                  "M": "MMMM – MMMM y",
                  "y": "MMMM y – MMMM y"
                }
              }
            },
            "dateTimeFormats-atTime": {
              "standard": {
                "full": "{1} 'at' {0}",
                "long": "{1} 'at' {0}",
                "medium": "{1}, {0}",
                "short": "{1}, {0}"
              }
            }
          }
        },
        "timeZoneNames": {
          "hourFormat": "+HH:mm;-HH:mm",
          "gmtFormat": "GMT{0}",
          "gmtZeroFormat": "GMT",
          "regionFormat": "{0} Time",
          "regionFormat-type-daylight": "{0} Daylight Time",
          "regionFormat-type-standard": "{0} Standard Time",
          "fallbackFormat": "{1} ({0})",
          "zone": {
            "America": {
              "Asuncion": {
                "exemplarCity": "Asunción"
              },
              "Bahia_Banderas": {
                "exemplarCity": "Bahía de Banderas"
              },
              "Cancun": {
                "exemplarCity": "Cancún"
              },
              "Ciudad_Juarez": {
                "exemplarCity": "Ciudad Juárez"
              },
              "Coral_Harbour": {
                "exemplarCity": "Atikokan"
              },
              "Curacao": {
                "exemplarCity": "Curaçao"
              },
              "Godthab": {
                "exemplarCity": "Nuuk"
              },
              "Indiana": {
                "Vincennes": {
                  "exemplarCity": "Vincennes, Indiana"
                },
                "Petersburg": {
                  "exemplarCity": "Petersburg, Indiana"
                },
                "Tell_City": {
                  "exemplarCity": "Tell City, Indiana"
                },
                "Knox": {
                  "exemplarCity": "Knox, Indiana"
                },
                "Winamac": {
                  "exemplarCity": "Winamac, Indiana"
                },
                "Marengo": {
                  "exemplarCity": "Marengo, Indiana"
                },
                "Vevay": {
                  "exemplarCity": "Vevay, Indiana"
                }
              },
              "Kentucky": {
                "Monticello": {
                  "exemplarCity": "Monticello, Kentucky"
                }
              },
              "Lower_Princes": {
                "exemplarCity": "Lower Prince’s Quarter"
              },
              "Merida": {
                "exemplarCity": "Mérida"
              },
              "North_Dakota": {
                "Beulah": {
                  "exemplarCity": "Beulah, North Dakota"
                },
                "New_Salem": {
                  "exemplarCity": "New Salem, North Dakota"
                },
                "Center": {
                  "exemplarCity": "Center, North Dakota"
                }
              },
              "Scoresbysund": {
                "exemplarCity": "Ittoqqortoormiit"
              },
              "St_Barthelemy": {
                "exemplarCity": "St Barthélemy"
              },
              "St_Johns": {
                "exemplarCity": "St John’s"
              },
              "St_Kitts": {
                "exemplarCity": "St Kitts"
              },
              "St_Lucia": {
                "exemplarCity": "St Lucia"
              },
              "St_Thomas": {
                "exemplarCity": "St Thomas"
              },
              "St_Vincent": {
                "exemplarCity": "St Vincent"
              }
            },
            "Atlantic": {
              "Faeroe": {
                "exemplarCity": "Faroe"
              },
              "St_Helena": {
                "exemplarCity": "St Helena"
              }
            },
            "Europe": {
              "Dublin": {
                "long": {
                  "daylight": "Irish Standard Time"
                }
              },
              "Kiev": {
                "exemplarCity": "Kyiv"
              },
              "London": {
                "long": {
                  "daylight": "British Summer Time"
                }
              }
            },
            "Africa": {
              "Asmera": {
                "exemplarCity": "Asmara"
              },
              "Sao_Tome": {
                "exemplarCity": "São Tomé"
              }
            },
            "Asia": {
              "Aqtau": {
                "exemplarCity": "Aktau"
              },
              "Calcutta": {
                "exemplarCity": "Kolkata"
              },
              "Katmandu": {
                "exemplarCity": "Kathmandu"
              },
              "Macau": {
                "exemplarCity": "Macao"
              },
              "Qostanay": {
                "exemplarCity": "Kostanay"
              },
              "Rangoon": {
                "exemplarCity": "Yangon"
              },
              "Saigon": {
                "exemplarCity": "Ho Chi Minh City"
              }
            },
            "Indian": {
              "Reunion": {
                "exemplarCity": "Réunion"
              }
            },
            "Pacific": {
              "Enderbury": {
                "exemplarCity": "Enderbury"
              },
              "Ponape": {
                "exemplarCity": "Pohnpei"
              },
              "Truk": {
                "exemplarCity": "Chuuk"
              }
            },
            "Antarctica": {
              "DumontDUrville": {
                "exemplarCity": "Dumont d’Urville"
              }
            },
            "Etc": {
              "UTC": {
                "long": {
                  "standard": "Coordinated Universal Time"
                },
                "short": {
                  "standard": "UTC"
                }
              },
              "Unknown": {
                "exemplarCity": "Unknown City"
              }
            }
          },
          "metazone": {
            "Acre": {
              "long": {
                "generic": "Acre Time",
                "standard": "Acre Standard Time",
                "daylight": "Acre Summer Time"
              }
            },
            "Afghanistan": {
              "long": {
                "standard": "Afghanistan Time"
              }
            },
            "Africa_Central": {
              "long": {
                "standard": "Central Africa Time"
              }
            },
            "Africa_Eastern": {
              "long": {
                "standard": "East Africa Time"
              }
            },
            "Africa_Southern": {
              "long": {
                "standard": "South Africa Standard Time"
              }
            },
            "Africa_Western": {
              "long": {
                "generic": "West Africa Time",
                "standard": "West Africa Standard Time",
                "daylight": "West Africa Summer Time"
              }
            },
            "Alaska": {
              "long": {
                "generic": "Alaska Time",
                "standard": "Alaska Standard Time",
                "daylight": "Alaska Daylight Time"
              }
            },
            "Almaty": {
              "long": {
                "generic": "Almaty Time",
                "standard": "Almaty Standard Time",
                "daylight": "Almaty Summer Time"
              }
            },
            "Amazon": {
              "long": {
                "generic": "Amazon Time",
                "standard": "Amazon Standard Time",
                "daylight": "Amazon Summer Time"
              }
            },
            "America_Central": {
              "long": {
                "generic": "Central Time",
                "standard": "Central Standard Time",
                "daylight": "Central Daylight Time"
              }
            },
            "America_Eastern": {
              "long": {
                "generic": "Eastern Time",
                "standard": "Eastern Standard Time",
                "daylight": "Eastern Daylight Time"
              }
            },
            "America_Mountain": {
              "long": {
                "generic": "Mountain Time",
                "standard": "Mountain Standard Time",
                "daylight": "Mountain Daylight Time"
              }
            },
            "America_Pacific": {
              "long": {
                "generic": "Pacific Time",
                "standard": "Pacific Standard Time",
                "daylight": "Pacific Daylight Time"
              }
            },
            "Anadyr": {
              "long": {
                "generic": "Anadyr Time",
                "standard": "Anadyr Standard Time",
                "daylight": "Anadyr Summer Time"
              }
            },
            "Apia": {
              "long": {
                "generic": "Apia Time",
                "standard": "Apia Standard Time",
                "daylight": "Apia Daylight Time"
              }
            },
            "Aqtau": {
              "long": {
                "generic": "Aqtau Time",
                "standard": "Aqtau Standard Time",
                "daylight": "Aqtau Summer Time"
              }
            },
            "Aqtobe": {
              "long": {
                "generic": "Aqtobe Time",
                "standard": "Aqtobe Standard Time",
                "daylight": "Aqtobe Summer Time"
              }
            },
            "Arabian": {
              "long": {
                "generic": "Arabian Time",
                "standard": "Arabian Standard Time",
                "daylight": "Arabian Daylight Time"
              }
            },
            "Argentina": {
              "long": {
                "generic": "Argentina Time",
                "standard": "Argentina Standard Time",
                "daylight": "Argentina Summer Time"
              }
            },
            "Argentina_Western": {
              "long": {
                "generic": "Western Argentina Time",
                "standard": "Western Argentina Standard Time",
                "daylight": "Western Argentina Summer Time"
              }
            },
            "Armenia": {
              "long": {
                "generic": "Armenia Time",
                "standard": "Armenia Standard Time",
                "daylight": "Armenia Summer Time"
              }
            },
            "Atlantic": {
              "long": {
                "generic": "Atlantic Time",
                "standard": "Atlantic Standard Time",
                "daylight": "Atlantic Daylight Time"
              }
            },
            "Australia_Central": {
              "long": {
                "generic": "Central Australia Time",
                "standard": "Australian Central Standard Time",
                "daylight": "Australian Central Daylight Time"
              }
            },
            "Australia_CentralWestern": {
              "long": {
                "generic": "Australian Central Western Time",
                "standard": "Australian Central Western Standard Time",
                "daylight": "Australian Central Western Daylight Time"
              }
            },
            "Australia_Eastern": {
              "long": {
                "generic": "Eastern Australia Time",
                "standard": "Australian Eastern Standard Time",
                "daylight": "Australian Eastern Daylight Time"
              }
            },
            "Australia_Western": {
              "long": {
                "generic": "Western Australia Time",
                "standard": "Australian Western Standard Time",
                "daylight": "Australian Western Daylight Time"
              }
            },
            "Azerbaijan": {
              "long": {
                "generic": "Azerbaijan Time",
                "standard": "Azerbaijan Standard Time",
                "daylight": "Azerbaijan Summer Time"
              }
            },
            "Azores": {
              "long": {
                "generic": "Azores Time",
                "standard": "Azores Standard Time",
                "daylight": "Azores Summer Time"
              }
            },
            "Bangladesh": {
              "long": {
                "generic": "Bangladesh Time",
                "standard": "Bangladesh Standard Time",
                "daylight": "Bangladesh Summer Time"
              }
            },
            "Bhutan": {
              "long": {
                "standard": "Bhutan Time"
              }
            },
            "Bolivia": {
              "long": {
                "standard": "Bolivia Time"
              }
            },
            "Brasilia": {
              "long": {
                "generic": "Brasilia Time",
                "standard": "Brasilia Standard Time",
                "daylight": "Brasilia Summer Time"
              }
            },
            "Brunei": {
              "long": {
                "standard": "Brunei Darussalam Time"
              }
            },
            "Cape_Verde": {
              "long": {
                "generic": "Cape Verde Time",
                "standard": "Cape Verde Standard Time",
                "daylight": "Cape Verde Summer Time"
              }
            },
            "Casey": {
              "long": {
                "standard": "Casey Time"
              }
            },
            "Chamorro": {
              "long": {
                "standard": "Chamorro Standard Time"
              }
            },
            "Chatham": {
              "long": {
                "generic": "Chatham Time",
                "standard": "Chatham Standard Time",
                "daylight": "Chatham Daylight Time"
              }
            },
            "Chile": {
              "long": {
                "generic": "Chile Time",
                "standard": "Chile Standard Time",
                "daylight": "Chile Summer Time"
              }
            },
            "China": {
              "long": {
                "generic": "China Time",
                "standard": "China Standard Time",
                "daylight": "China Daylight Time"
              }
            },
            "Choibalsan": {
              "long": {
                "generic": "Choibalsan Time",
                "standard": "Choibalsan Standard Time",
                "daylight": "Choibalsan Summer Time"
              }
            },
            "Christmas": {
              "long": {
                "standard": "Christmas Island Time"
              }
            },
            "Cocos": {
              "long": {
                "standard": "Cocos Islands Time"
              }
            },
            "Colombia": {
              "long": {
                "generic": "Colombia Time",
                "standard": "Colombia Standard Time",
                "daylight": "Colombia Summer Time"
              }
            },
            "Cook": {
              "long": {
                "generic": "Cook Islands Time",
                "standard": "Cook Islands Standard Time",
                "daylight": "Cook Islands Half Summer Time"
              }
            },
            "Cuba": {
              "long": {
                "generic": "Cuba Time",
                "standard": "Cuba Standard Time",
                "daylight": "Cuba Daylight Time"
              }
            },
            "Davis": {
              "long": {
                "standard": "Davis Time"
              }
            },
            "DumontDUrville": {
              "long": {
                "standard": "Dumont-d’Urville Time"
              }
            },
            "East_Timor": {
              "long": {
                "standard": "East Timor Time"
              }
            },
            "Easter": {
              "long": {
                "generic": "Easter Island Time",
                "standard": "Easter Island Standard Time",
                "daylight": "Easter Island Summer Time"
              }
            },
            "Ecuador": {
              "long": {
                "standard": "Ecuador Time"
              }
            },
            "Europe_Central": {
              "long": {
                "generic": "Central European Time",
                "standard": "Central European Standard Time",
                "daylight": "Central European Summer Time"
              }
            },
            "Europe_Eastern": {
              "long": {
                "generic": "Eastern European Time",
                "standard": "Eastern European Standard Time",
                "daylight": "Eastern European Summer Time"
              }
            },
            "Europe_Further_Eastern": {
              "long": {
                "standard": "Further-eastern European Time"
              }
            },
            "Europe_Western": {
              "long": {
                "generic": "Western European Time",
                "standard": "Western European Standard Time",
                "daylight": "Western European Summer Time"
              }
            },
            "Falkland": {
              "long": {
                "generic": "Falkland Islands Time",
                "standard": "Falkland Islands Standard Time",
                "daylight": "Falkland Islands Summer Time"
              }
            },
            "Fiji": {
              "long": {
                "generic": "Fiji Time",
                "standard": "Fiji Standard Time",
                "daylight": "Fiji Summer Time"
              }
            },
            "French_Guiana": {
              "long": {
                "standard": "French Guiana Time"
              }
            },
            "French_Southern": {
              "long": {
                "standard": "French Southern & Antarctic Time"
              }
            },
            "Galapagos": {
              "long": {
                "standard": "Galapagos Time"
              }
            },
            "Gambier": {
              "long": {
                "standard": "Gambier Time"
              }
            },
            "Georgia": {
              "long": {
                "generic": "Georgia Time",
                "standard": "Georgia Standard Time",
                "daylight": "Georgia Summer Time"
              }
            },
            "Gilbert_Islands": {
              "long": {
                "standard": "Gilbert Islands Time"
              }
            },
            "GMT": {
              "long": {
                "standard": "Greenwich Mean Time"
              },
              "short": {
                "standard": "GMT"
              }
            },
            "Greenland": {
              "long": {
                "generic": "Greenland Time",
                "standard": "Greenland Standard Time",
                "daylight": "Greenland Summer Time"
              }
            },
            "Greenland_Eastern": {
              "long": {
                "generic": "East Greenland Time",
                "standard": "East Greenland Standard Time",
                "daylight": "East Greenland Summer Time"
              }
            },
            "Greenland_Western": {
              "long": {
                "generic": "West Greenland Time",
                "standard": "West Greenland Standard Time",
                "daylight": "West Greenland Summer Time"
              }
            },
            "Guam": {
              "long": {
                "standard": "Guam Standard Time"
              }
            },
            "Gulf": {
              "long": {
                "standard": "Gulf Standard Time"
              }
            },
            "Guyana": {
              "long": {
                "standard": "Guyana Time"
              }
            },
            "Hawaii_Aleutian": {
              "long": {
                "generic": "Hawaii-Aleutian Time",
                "standard": "Hawaii-Aleutian Standard Time",
                "daylight": "Hawaii-Aleutian Daylight Time"
              }
            },
            "Hong_Kong": {
              "long": {
                "generic": "Hong Kong Time",
                "standard": "Hong Kong Standard Time",
                "daylight": "Hong Kong Summer Time"
              }
            },
            "Hovd": {
              "long": {
                "generic": "Hovd Time",
                "standard": "Hovd Standard Time",
                "daylight": "Hovd Summer Time"
              }
            },
            "India": {
              "long": {
                "standard": "India Standard Time"
              }
            },
            "Indian_Ocean": {
              "long": {
                "standard": "Indian Ocean Time"
              }
            },
            "Indochina": {
              "long": {
                "standard": "Indochina Time"
              }
            },
            "Indonesia_Central": {
              "long": {
                "standard": "Central Indonesia Time"
              }
            },
            "Indonesia_Eastern": {
              "long": {
                "standard": "Eastern Indonesia Time"
              }
            },
            "Indonesia_Western": {
              "long": {
                "standard": "Western Indonesia Time"
              }
            },
            "Iran": {
              "long": {
                "generic": "Iran Time",
                "standard": "Iran Standard Time",
                "daylight": "Iran Daylight Time"
              }
            },
            "Irkutsk": {
              "long": {
                "generic": "Irkutsk Time",
                "standard": "Irkutsk Standard Time",
                "daylight": "Irkutsk Summer Time"
              }
            },
            "Israel": {
              "long": {
                "generic": "Israel Time",
                "standard": "Israel Standard Time",
                "daylight": "Israel Daylight Time"
              }
            },
            "Japan": {
              "long": {
                "generic": "Japan Time",
                "standard": "Japan Standard Time",
                "daylight": "Japan Daylight Time"
              }
            },
            "Kamchatka": {
              "long": {
                "generic": "Petropavlovsk-Kamchatski Time",
                "standard": "Petropavlovsk-Kamchatski Standard Time",
                "daylight": "Petropavlovsk-Kamchatski Summer Time"
              }
            },
            "Kazakhstan_Eastern": {
              "long": {
                "standard": "East Kazakhstan Time"
              }
            },
            "Kazakhstan_Western": {
              "long": {
                "standard": "West Kazakhstan Time"
              }
            },
            "Korea": {
              "long": {
                "generic": "Korean Time",
                "standard": "Korean Standard Time",
                "daylight": "Korean Daylight Time"
              }
            },
            "Kosrae": {
              "long": {
                "standard": "Kosrae Time"
              }
            },
            "Krasnoyarsk": {
              "long": {
                "generic": "Krasnoyarsk Time",
                "standard": "Krasnoyarsk Standard Time",
                "daylight": "Krasnoyarsk Summer Time"
              }
            },
            "Kyrgystan": {
              "long": {
                "standard": "Kyrgyzstan Time"
              }
            },
            "Lanka": {
              "long": {
                "standard": "Lanka Time"
              }
            },
            "Line_Islands": {
              "long": {
                "standard": "Line Islands Time"
              }
            },
            "Lord_Howe": {
              "long": {
                "generic": "Lord Howe Time",
                "standard": "Lord Howe Standard Time",
                "daylight": "Lord Howe Daylight Time"
              }
            },
            "Macau": {
              "long": {
                "generic": "Macao Time",
                "standard": "Macao Standard Time",
                "daylight": "Macao Summer Time"
              }
            },
            "Magadan": {
              "long": {
                "generic": "Magadan Time",
                "standard": "Magadan Standard Time",
                "daylight": "Magadan Summer Time"
              }
            },
            "Malaysia": {
              "long": {
                "standard": "Malaysia Time"
              }
            },
            "Maldives": {
              "long": {
                "standard": "Maldives Time"
              }
            },
            "Marquesas": {
              "long": {
                "standard": "Marquesas Time"
              }
            },
            "Marshall_Islands": {
              "long": {
                "standard": "Marshall Islands Time"
              }
            },
            "Mauritius": {
              "long": {
                "generic": "Mauritius Time",
                "standard": "Mauritius Standard Time",
                "daylight": "Mauritius Summer Time"
              }
            },
            "Mawson": {
              "long": {
                "standard": "Mawson Time"
              }
            },
            "Mexico_Pacific": {
              "long": {
                "generic": "Mexican Pacific Time",
                "standard": "Mexican Pacific Standard Time",
                "daylight": "Mexican Pacific Daylight Time"
              }
            },
            "Mongolia": {
              "long": {
                "generic": "Ulaanbaatar Time",
                "standard": "Ulaanbaatar Standard Time",
                "daylight": "Ulaanbaatar Summer Time"
              }
            },
            "Moscow": {
              "long": {
                "generic": "Moscow Time",
                "standard": "Moscow Standard Time",
                "daylight": "Moscow Summer Time"
              }
            },
            "Myanmar": {
              "long": {
                "standard": "Myanmar Time"
              }
            },
            "Nauru": {
              "long": {
                "standard": "Nauru Time"
              }
            },
            "Nepal": {
              "long": {
                "standard": "Nepal Time"
              }
            },
            "New_Caledonia": {
              "long": {
                "generic": "New Caledonia Time",
                "standard": "New Caledonia Standard Time",
                "daylight": "New Caledonia Summer Time"
              }
            },
            "New_Zealand": {
              "long": {
                "generic": "New Zealand Time",
                "standard": "New Zealand Standard Time",
                "daylight": "New Zealand Daylight Time"
              }
            },
            "Newfoundland": {
              "long": {
                "generic": "Newfoundland Time",
                "standard": "Newfoundland Standard Time",
                "daylight": "Newfoundland Daylight Time"
              }
            },
            "Niue": {
              "long": {
                "standard": "Niue Time"
              }
            },
            "Norfolk": {
              "long": {
                "generic": "Norfolk Island Time",
                "standard": "Norfolk Island Standard Time",
                "daylight": "Norfolk Island Daylight Time"
              }
            },
            "Noronha": {
              "long": {
                "generic": "Fernando de Noronha Time",
                "standard": "Fernando de Noronha Standard Time",
                "daylight": "Fernando de Noronha Summer Time"
              }
            },
            "North_Mariana": {
              "long": {
                "standard": "North Mariana Islands Time"
              }
            },
            "Novosibirsk": {
              "long": {
                "generic": "Novosibirsk Time",
                "standard": "Novosibirsk Standard Time",
                "daylight": "Novosibirsk Summer Time"
              }
            },
            "Omsk": {
              "long": {
                "generic": "Omsk Time",
                "standard": "Omsk Standard Time",
                "daylight": "Omsk Summer Time"
              }
            },
            "Pakistan": {
              "long": {
                "generic": "Pakistan Time",
                "standard": "Pakistan Standard Time",
                "daylight": "Pakistan Summer Time"
              }
            },
            "Palau": {
              "long": {
                "standard": "Palau Time"
              }
            },
            "Papua_New_Guinea": {
              "long": {
                "standard": "Papua New Guinea Time"
              }
            },
            "Paraguay": {
              "long": {
                "generic": "Paraguay Time",
                "standard": "Paraguay Standard Time",
                "daylight": "Paraguay Summer Time"
              }
            },
            "Peru": {
              "long": {
                "generic": "Peru Time",
                "standard": "Peru Standard Time",
                "daylight": "Peru Summer Time"
              }
            },
            "Philippines": {
              "long": {
                "generic": "Philippine Time",
                "standard": "Philippine Standard Time",
                "daylight": "Philippine Summer Time"
              }
            },
            "Phoenix_Islands": {
              "long": {
                "standard": "Phoenix Islands Time"
              }
            },
            "Pierre_Miquelon": {
              "long": {
                "generic": "St Pierre & Miquelon Time",
                "standard": "St Pierre & Miquelon Standard Time",
                "daylight": "St Pierre & Miquelon Daylight Time"
              }
            },
            "Pitcairn": {
              "long": {
                "standard": "Pitcairn Time"
              }
            },
            "Ponape": {
              "long": {
                "standard": "Ponape Time"
              }
            },
            "Pyongyang": {
              "long": {
                "standard": "Pyongyang Time"
              }
            },
            "Qyzylorda": {
              "long": {
                "generic": "Qyzylorda Time",
                "standard": "Qyzylorda Standard Time",
                "daylight": "Qyzylorda Summer Time"
              }
            },
            "Reunion": {
              "long": {
                "standard": "Réunion Time"
              }
            },
            "Rothera": {
              "long": {
                "standard": "Rothera Time"
              }
            },
            "Sakhalin": {
              "long": {
                "generic": "Sakhalin Time",
                "standard": "Sakhalin Standard Time",
                "daylight": "Sakhalin Summer Time"
              }
            },
            "Samara": {
              "long": {
                "generic": "Samara Time",
                "standard": "Samara Standard Time",
                "daylight": "Samara Summer Time"
              }
            },
            "Samoa": {
              "long": {
                "generic": "Samoa Time",
                "standard": "Samoa Standard Time",
                "daylight": "Samoa Daylight Time"
              }
            },
            "Seychelles": {
              "long": {
                "standard": "Seychelles Time"
              }
            },
            "Singapore": {
              "long": {
                "standard": "Singapore Standard Time"
              }
            },
            "Solomon": {
              "long": {
                "standard": "Solomon Islands Time"
              }
            },
            "South_Georgia": {
              "long": {
                "standard": "South Georgia Time"
              }
            },
            "Suriname": {
              "long": {
                "standard": "Suriname Time"
              }
            },
            "Syowa": {
              "long": {
                "standard": "Syowa Time"
              }
            },
            "Tahiti": {
              "long": {
                "standard": "Tahiti Time"
              }
            },
            "Taipei": {
              "long": {
                "generic": "Taipei Time",
                "standard": "Taipei Standard Time",
                "daylight": "Taipei Daylight Time"
              }
            },
            "Tajikistan": {
              "long": {
                "standard": "Tajikistan Time"
              }
            },
            "Tokelau": {
              "long": {
                "standard": "Tokelau Time"
              }
            },
            "Tonga": {
              "long": {
                "generic": "Tonga Time",
                "standard": "Tonga Standard Time",
                "daylight": "Tonga Summer Time"
              }
            },
            "Truk": {
              "long": {
                "standard": "Chuuk Time"
              }
            },
            "Turkmenistan": {
              "long": {
                "generic": "Turkmenistan Time",
                "standard": "Turkmenistan Standard Time",
                "daylight": "Turkmenistan Summer Time"
              }
            },
            "Tuvalu": {
              "long": {
                "standard": "Tuvalu Time"
              }
            },
            "Uruguay": {
              "long": {
                "generic": "Uruguay Time",
                "standard": "Uruguay Standard Time",
                "daylight": "Uruguay Summer Time"
              }
            },
            "Uzbekistan": {
              "long": {
                "generic": "Uzbekistan Time",
                "standard": "Uzbekistan Standard Time",
                "daylight": "Uzbekistan Summer Time"
              }
            },
            "Vanuatu": {
              "long": {
                "generic": "Vanuatu Time",
                "standard": "Vanuatu Standard Time",
                "daylight": "Vanuatu Summer Time"
              }
            },
            "Venezuela": {
              "long": {
                "standard": "Venezuela Time"
              }
            },
            "Vladivostok": {
              "long": {
                "generic": "Vladivostok Time",
                "standard": "Vladivostok Standard Time",
                "daylight": "Vladivostok Summer Time"
              }
            },
            "Volgograd": {
              "long": {
                "generic": "Volgograd Time",
                "standard": "Volgograd Standard Time",
                "daylight": "Volgograd Summer Time"
              }
            },
            "Vostok": {
              "long": {
                "standard": "Vostok Time"
              }
            },
            "Wake": {
              "long": {
                "standard": "Wake Island Time"
              }
            },
            "Wallis": {
              "long": {
                "standard": "Wallis & Futuna Time"
              }
            },
            "Yakutsk": {
              "long": {
                "generic": "Yakutsk Time",
                "standard": "Yakutsk Standard Time",
                "daylight": "Yakutsk Summer Time"
              }
            },
            "Yekaterinburg": {
              "long": {
                "generic": "Yekaterinburg Time",
                "standard": "Yekaterinburg Standard Time",
                "daylight": "Yekaterinburg Summer Time"
              }
            },
            "Yukon": {
              "long": {
                "standard": "Yukon Time"
              }
            }
          }
        }
      }
    }
  }
}