#2476 closed defect (fixed)
Missing Locales in build.xml
Reported by: | Owned by: | Adam Peller | |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | BuildSystem | Version: | 0.4.1 |
Keywords: | needsreview | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
The Apache Ant configuration file at dojo/buildscripts/build.xml includes only a partial list of the available locales in its "locales" property. As far as I can tell, this is the full list of locales available in the SVN trunk:
de-de,en-gb,en-in,en-us,es-es,fi-fi,fr-fr,hu-hu,it-it,ja-jp,ko-kr,nl-nl,pt-br,zh-cn,zh-hk,zh-tw
Ideally, there should be a master list of current locales somewhere.
Change History (10)
comment:1 Changed 15 years ago by
Milestone: | → 0.9 |
---|---|
Owner: | changed from alex to Adam Peller |
comment:2 Changed 15 years ago by
Milestone: | 0.9 → 1.0 |
---|
I guess the open question in my mind is whether one has to specify this list, or whether it can be an optional list of constraints, with the build system somehow figuring out what the superset is.
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:5 Changed 15 years ago by
Milestone: | 1.1 → 2.0 |
---|
comment:7 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.3 → future |
comment:8 Changed 10 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
comment:9 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I assume our locale list is as up to date as it's going to get, so closing this as fixed.
comment:10 Changed 9 years ago by
Milestone: | future → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
You can override what locales are built on the ant command line by doing the following:
ant -Dprofile=yourProfile -Dlocales=de-de,en-gb [other ant stuff here]
I'm not sure it will be possible to get an official list of supported locales yet, since not all the widgets or modules are fully localized yet. I'll leave this open though in case Adam Peller wants to comment. Assigning to him for his comment.