dojo / util

Dojo 1 - build utilities. Please submit bugs to https://bugs.dojotoolkit.org/
https://dojotoolkit.org/
Other
60 stars 105 forks source link

Proposed fix for trac ticket #17155 #9

Closed clmath closed 10 years ago

clmath commented 10 years ago

This is a two parts fix, one in dojo/i18n, one in util/build/tranforms/writeAMD.

The idea is to gather a list of all available locales in the application at build time, so the i18n plugin can decide of the best available locale without doing any http request.

There is two other pull requests for 1.8 branch to account for the different code base.

clmath commented 10 years ago

I close this pull request as the code have changed, thanks to rcgill feedback and proposal on trac. See comment on trac : https://bugs.dojotoolkit.org/ticket/17155#comment:15