node/tools/icu/icu_small.json
Michaël Zasso 634a9a97f4 deps: enable unit data in small-icu
The data are needed for new Intl.NumberFormat options added by V8.

Fixes: https://github.com/nodejs/node/issues/29734

PR-URL: https://github.com/nodejs/node/pull/29735
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
2019-09-30 06:48:33 -07:00

48 lines
961 B
JSON

{
"copyright": "Copyright (c) 2014 IBM Corporation and Others. All Rights Reserved.",
"comment": "icutrim.py config: Trim down ICU to just a certain locale set, needed for node.js use.",
"variables": {
"none": {
"only": []
},
"locales": {
"only": [
"root",
"en"
]
},
"leavealone": {
}
},
"trees": {
"ROOT": "locales",
"brkitr": "none",
"coll": "locales",
"curr": "locales",
"lang": "none",
"rbnf": "none",
"region": "none",
"zone": "locales",
"converters": "none",
"stringprep": "locales",
"translit": "locales",
"brkfiles": "none",
"brkdict": "none",
"confusables": "none",
"unit": "locales"
},
"remove": [
"cnvalias.icu",
"postalCodeData.res",
"genderList.res",
"brkitr/root.res",
"unames.icu"
],
"keep": [
"pool.res",
"supplementalData.res",
"zoneinfo64.res",
"likelySubtags.res"
]
}