dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Support locales that do not have cldr-data by falling back to the minimum locale #258

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: feature

The following has been addressed in the PR:

Description:

Not all valid locales have cldr-data, therefore if a locale like zh-CN is used then the cldr loader should load the cldr-data for the minimum locale, in this case it would be zh. It should still be loaded by changing locale to zh-CN.

Resolves #252