#3181 closed defect (wontfix)
process locale variants properly
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Internationalization | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Reported by Evan Huang (IBM, CCLA)
only one line in dojo.requireLocalization() needs to be updated as
var jsLoc = loc.replace('-', '_'); -> var jsLoc = loc.replace('-', '_', 'g');
so that locales with variant like "zh-hans-cn" can be dealt correctly. This is fixed in dojo0.9
Change History (2)
comment:1 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Milestone: | 0.4.4 |
---|
Note: See
TracTickets for help on using
tickets.
Milestone 0.4.4 deleted