From 472641cea023b96f77c957a791aa39ddd8bf826c Mon Sep 17 00:00:00 2001 From: Ephraim Date: Fri, 8 Nov 2019 10:52:39 +0200 Subject: [PATCH] fix: use full cldr data to support all locales (#33682) switching to cldr-data package resulted in loss of some locales, since by default only core locales are loaded. This PR adds a flag to tell cldr-data to use full locale coverage fixes: #33681 PR Close #33682 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 944cd8641c..01d8e6f251 100644 --- a/package.json +++ b/package.json @@ -173,5 +173,6 @@ "// 4": "Overwrite graceful-fs to a version that does not rely on the 'natives' package. This fixes gulp for >= 10.13, more information: #28213", "resolutions": { "**/graceful-fs": "4.2.2" - } + }, + "cldr-data-coverage": "full" }