Skip to content

Commit

Permalink
deps: enable unit data in small-icu
Browse files Browse the repository at this point in the history
The data are needed for new Intl.NumberFormat options added by V8.

Fixes: #29734

PR-URL: #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>
  • Loading branch information
targos committed Oct 1, 2019
1 parent d1f4bef commit 298d927
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified deps/icu-small/source/data/in/icudt64l.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/icu/icu_small.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"brkfiles": "none",
"brkdict": "none",
"confusables": "none",
"unit": "none"
"unit": "locales"
},
"remove": [
"cnvalias.icu",
Expand Down

0 comments on commit 298d927

Please sign in to comment.