1// © 2019 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html 3 4////////////////////////////////////////////////////////////// 5// This is a sample LOCALE_DEPS.json file for testing only. // 6////////////////////////////////////////////////////////////// 7 8{ 9 "cldrVersion": "36.1", 10 "aliases": { 11 "ars": "ar_SA", 12 "in": "id", 13 "iw": "he", 14 "no": "nb", 15 "sh": "sr_Latn", 16 "zh_HK": "zh_Hant_HK", 17 "zh_Hant_HK": "yue", 18 "zh_MO": "zh_Hant_MO", 19 "zh_TW": "zh_Hant_TW" 20 }, 21 "parents": { 22 "en_IN": "en_001", 23 "es_DO": "es_419", 24 "es_GT": "es_419", 25 "es_HN": "es_419", 26 "es_MX": "es_419", 27 "es_NI": "es_419", 28 "es_PA": "es_419", 29 "es_PR": "es_419", 30 "es_SV": "es_419", 31 "es_US": "es_419", 32 "sr_Latn": "root", 33 "yue_Hans": "root", 34 "zh_Hant": "root" 35 } 36} 37