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
This commit is contained in:
Ephraim 2019-11-08 10:52:39 +02:00 committed by Kara Erickson
parent e511bfcab5
commit 472641cea0
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}