summaryrefslogtreecommitdiffstats
path: root/vendor/icu_locid_transform/tests/fixtures/minimize.json
blob: 6c225e230d3dc794c4676a5e9055a4ff2b8a3597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
  {
    "input": "zh-Hant",
    "output": "zh-TW"
  },
  {
    "input": "en-Latn-US",
    "output": "en"
  },
  {
    "input": "en",
    "output": "en"
  },
  {
    "input": "und",
    "output": "en"
  },
  {
    "input": "es-ES-preeuro",
    "output": "es-preeuro"
  },
  {
    "input": "zh-Hant-TW-u-hc-h24-nu-chinese",
    "output": "zh-TW-u-hc-h24-nu-chinese"
  }
]