[ZPT] ZPT i18n feature request
Fred L. Drake, Jr.
fdrake@acm.org
Thu, 12 Sep 2002 08:33:33 -0400
Lalo Martins writes:
> I'd like to request that it is possible to give an explicit message id for
> translated attributes - something like:
Oh, I like this! It is definately missing functionality from the
current proposal/implementation. I'm not at all sure what the syntax
should be, though; I like having the really simple syntax to use
implicit IDs. How about:
<img src="/something/pencil.png" alt="Edit (External)"
i18n:attributes="alt id=alt_external_edit" />
This should be fine since '=' can't appear in an attribute name
anyway.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation