#14048 closed defect (fixed)
"Error: Bundle not found" for locale=de-DE
Reported by: | Alexander Kläser | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7.2 |
Component: | General | Version: | 1.6.1 |
Keywords: | i18n locale | Cc: | |
Blocked By: | Blocking: |
Description
We came across a problem when setting dojo.locale=de-DE. A call to dojo.i18n.normalizeLocale() would return de-DE, without transforming it to lower case such that we got the following error message when using a custom built JS file:
Error: Bundle not found: validate in dijit.form , locale=de-DE
The attached patch should fix this behavior.
Attachments (1)
Change History (10)
Changed 10 years ago by
Attachment: | fix_normalizeLocale.patch added |
---|
comment:1 Changed 10 years ago by
Owner: | set to Rawld Gill |
---|
comment:2 Changed 9 years ago by
Status: | new → assigned |
---|
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:4 follow-up: 8 Changed 9 years ago by
I'd argue for backporting to 1.7 as well, since it's a compatibility issue we'd likely hear about
comment:8 Changed 9 years ago by
Replying to peller:
I'd argue for backporting to 1.7 as well, since it's a compatibility issue we'd likely hear about
done!
comment:9 Changed 9 years ago by
Milestone: | 1.8 → 1.7.2 |
---|
Note: See
TracTickets for help on using
tickets.
Patch