[x] Unit or Functional tests are included 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.
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 withtodo-mvc-kitchensink
with a working example on this branch.Resolves #106