rxaviers / globalize-webpack-plugin

Globalize.js webpack plugin
Other
33 stars 27 forks source link

Support locales such as `zh-Hans` #67

Open rxaviers opened 7 years ago

rxaviers commented 7 years ago

CLDR provides a list of available bundles, but that actually means it supports more locales that it actually enlists. For example, zh, zh-CN, and zh-Hans should all match the zh-Hans bundle.

We should leverage cldrjs (specifically this) in order to do that resolution.