dojo / i18n

:rocket: Dojo 2 - internationalization library.
http://dojo.io
Other
6 stars 19 forks source link

Move locale translation loading into the bundles #107

Closed mwistrand closed 6 years ago

mwistrand commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

Simplifies @dojo/i18n by removing functionality for loading CLDR data and message translations. Among other benefits, this gives applications greater control over their message organization, as the need for an explicit directory structure is removed. These changes have been verified with todo-mvc-kitchensink with a working example on this branch.

Resolves #106