On Friday 17 March 2006 07:35, Albertas Agejevas wrote:
>     dateformat = zope.schema.Choice(
>         title=_("Date Format"),
>         description=_("Date Format"),
>         vocabulary=vocabulary([("%m/%d/%y", _("MM/DD/YY")),
>                                ("%Y-%m-%d", _("YYYY-MM-DD")),
>                                ("%d %B, %Y", _("Day Month, Year"))]))

Shrug, why don't we use Zope 3's locale support here? In the form above, the 
month names will not be localized. This is clearly a localization bug.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Schooltool mailing list
[email protected]
http://lists.schooltool.org/mailman/listinfo/schooltool

Reply via email to