[Zope3-Users] Zope Book: Internationalizing still up to date?

Vinny vinny-mail-01+zope3users at palaceofretention.ca
Thu Feb 22 20:43:27 EST 2007


Hi Florian,

Read the chapter in Stephan's book.  It is excellent and is
only out of date on some minor points.  Here's one:

New:

from zope.i18n import MessageFactory
_ = MessageFactory("translationdomain")

This can be found here:  

http://kpug.zwiki.org/WhatIsNewInZope33

See section 7 Porting to Zope 3.3.0 

Stephan's book ties together a good portion of the
details needed for many parts of i18n in zope.

> Any other good sources about i18n?
> 

I found the following helpful: 

http://wiki.zope.org/zope3/ZPTInternationalizationSupport

http://wiki.zope.org/zope3/ZPTInternationalizationExamples

I also think that these are useful and up-to-date as far
as I can tell:

http://wiki.zope.org/ZPT/MetalSpecification11
http://wiki.zope.org/ZPT/TALSpecification14

I've just been learning i18n as well so feel free
to post more questions!  Answers are even better. ;-)


Vinny


More information about the Zope3-users mailing list