mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
634a9a97f4
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>
48 lines
961 B
JSON
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"
|
|
]
|
|
}
|