> As a more complicated example, an internal app has different translations
> for Latin-American Spanish from the rest of the Spanish translations, so
> they have es and es_419 as deferred binding properties.  Then they inherit
> CldrLocales, and automatically get the right set of runtime locales in the
> es_419 permutation (es_MX, es_AR, etc but not es_ES etc).  If they had to
> manually specify this, and alter the complete set of collapsed properties
> each time they added a new deferred-binding locale it would be a real
> hassle.

This sounds like an orthogonal capability in the module syntax that
involves conditionally defining new property values.  Based on your
description, would you expect to write something similar to the
following in the CldrLocales.gwt.xml file?

<extend-property name="locale" values="es_MX, es_AR">
  <when-property-is name="locale" value="es" />
</extend-property>


-- 
Bob Vawter
Google Web Toolkit Team

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to