0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/tools/icu/icu_small.json
Michaël Zasso 2187bd3b4a tools: do not disable ICU's transliteration
V8 needs it for case conversion.
Ref: https://codereview.chromium.org/1812673005

PR-URL: https://github.com/nodejs/node/pull/8317
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
2016-09-22 09:55:39 +02:00

48 lines
958 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": "none"
},
"remove": [
"cnvalias.icu",
"postalCodeData.res",
"genderList.res",
"brkitr/root.res",
"unames.icu"
],
"keep": [
"pool.res",
"supplementalData.res",
"zoneinfo64.res",
"likelySubtags.res"
]
}