File: LOCALE_DEPS.json

package info (click to toggle)
icu 76.1-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 121,296 kB
  • sloc: cpp: 522,712; ansic: 113,387; sh: 4,983; makefile: 4,709; perl: 3,198; python: 2,847; xml: 2,652; sed: 36; lisp: 12
file content (36 lines) | stat: -rw-r--r-- 963 bytes parent folder | download | duplicates (37)
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
27
28
29
30
31
32
33
34
35
36
// © 2019 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html

//////////////////////////////////////////////////////////////
// This is a sample LOCALE_DEPS.json file for testing only. //
//////////////////////////////////////////////////////////////

{
    "cldrVersion": "36.1",
    "aliases": {
        "ars": "ar_SA",
        "in": "id",
        "iw": "he",
        "no": "nb",
        "sh": "sr_Latn",
        "zh_HK": "zh_Hant_HK",
        "zh_Hant_HK": "yue",
        "zh_MO": "zh_Hant_MO",
        "zh_TW": "zh_Hant_TW"
    },
    "parents": {
        "en_IN": "en_001",
        "es_DO": "es_419",
        "es_GT": "es_419",
        "es_HN": "es_419",
        "es_MX": "es_419",
        "es_NI": "es_419",
        "es_PA": "es_419",
        "es_PR": "es_419",
        "es_SV": "es_419",
        "es_US": "es_419",
        "sr_Latn": "root",
        "yue_Hans": "root",
        "zh_Hant": "root"
    }
}