#12013 closed defect (fixed)
NLS Problem on http://dojotoolkit.org/widgets with German Browsers
Reported by: | Ferdinand Weinberger | Owned by: | David Walsh |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Website | Version: | 1.5 |
Keywords: | website widgets nls | Cc: | Tom Trenka |
Blocked By: | Blocking: |
Description
if i open http://dojotoolkit.org/widgets with a german (or maybe just NON ENGLISH) browser, the NLS files are missing.
here is the message from my german chrome:
js/dojo/1.5/dojo/nls/widgetDojo_de.js
Failed to load resource: the server responded with a status of 404 (Not Found) js/dojo/1.5/dojo/dojo.js:16
Uncaught Error: Could not load 'dojo.nls.widgetDojo_de'; last tried './nls/widgetDojo_de.js' js/widgetDojo.js:14
Uncaught Error: Bundle not found: gregorian in dojo.cldr , locale=de
Change History (4)
comment:1 Changed 10 years ago by
Cc: | Tom Trenka added |
---|---|
Owner: | changed from Dustin Machi to David Walsh |
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix committed and pushed on December 2nd.
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
Apparently, the build was not deployed entirely and the en-us resources were hardcoded in the page. Both are being corrected. Thank you for reporting this!