[Python-Dev] The "i" string-prefix: I18n'ed strings

Barry Warsaw barry at python.org
Fri Apr 7 18:20:22 CEST 2006


On Thu, 2006-04-06 at 11:48 -0400, Martin Blais wrote:

> - This implies that we would have to introduce some way for these
> strings to call a custom function at runtime.

Yes, definitely.  For example, in Mailman we bind _() not to gettext's
_() but to a special one that looks up the translation context, find the
string's translation, then does the substitutions.

So this is one difficult sticking point with the idea.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 309 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-dev/attachments/20060407/73711be5/attachment.pgp 


More information about the Python-Dev mailing list