#12827 closed defect (fixed)
CLDR resources aren't being bundled by the Web Builder
Reported by: | James Thomas | Owned by: | James Thomas |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | WebBuilder | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
From dojo-interest:
"I've tried to use dojo web build to create the custom build of dojo for my web application. Everything OK except the widget dojox.widget.Calendar; when the page with that widget is loaded, I have this error: "bundle not found: gregorian in dojo.cldr". Does anyone know the reason for this error? Thanks in advance."
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
Formatting issue caused CLDR resources to be ignored when compiling module's NLS resources. Included a fix in the source and tested.