Changes between Initial Version and Version 1 of Ticket #1936
- Timestamp:
- Nov 19, 2006, 5:58:18 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1936
-
Property
Milestone
changed from
to
0.4.1
-
Property
Milestone
changed from
-
Ticket #1936 – Description
initial v1 1 i18n bundles that are not part of the built dojo.js file make many requests for parent locales. Some of these requests results in 404s. Use an approach that is used by xdomain loading to flatten those resources and inform the resource loader what locales are available to load. 1 i18n bundles that are not part of the built dojo.js file make many requests for parent locales. Some of these requests results in 404s. 2 3 Example being using an ajax build but using DropdownDataPicker causes 404s as it tries to load the bundle for DropdownDataPicker. 4 5 Use an approach that is used by xdomain loading to flatten those resources and inform the resource loader what locales are available to load.