#7188 closed defect (fixed)
UT failure: dojo.date.format
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Internationalization | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.cldr generation has regressed. Some tables, like 'de' standalone format, are not complete. Some months have numbers or 'undefined' for values.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 14 years ago by
comments from Evan on the last patch:
I mainly added the following features:
- [email protected] info in generated JSON bundle - 'calendar.xsl etc.'
- Post JS script to process these locale alias info - 'alias.js etc.'
- Other dtd related stuff for CLDR 1.6 to minimize running time
Some enhancements maybe necessary in the future:
- alias.js only deals with 'locale' alias, other locale alias currently are all like <alias source='xx-xx' path='ldml'/>, and only 8 contain necessary data for Dojo. Though specialLocale.js can cover this by far, I think there should be a more elegant way.
- Many locale alias are mapping to non-gregorian calendars which are currently ignored, this can be enhanced if Dojo starts supporting non-gregorian calendars.
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [15046]) Improve CLDR alias expansion to use correct locale references. Refs #7188