Hello, Has anyone translated a site within Zope ? I have tried the ZBabel Translation System (http://www.zope.org/Members/TheJester/ZBabel) and didn't think it did really what I was after. I need to translate the site into French , German , and Japanese . I assume the best way is to pull the different languages from a database via a python external method or just Zmysql Any help would be appreciated Keith Larson
On Thu, Jan 04, 2001 at 12:02:17PM -0700, Keith.Larson@Spatial.Com wrote:
Hello,
Has anyone translated a site within Zope ? I have tried the ZBabel Translation System (http://www.zope.org/Members/TheJester/ZBabel) and didn't think it did really what I was after.
I need to translate the site into French , German , and Japanese .
I assume the best way is to pull the different languages from a database via a python external method or just Zmysql
you can use the Translator product (that does *not* use an external database.) try our cvs via html interface (cvs.mixadlive.com) or download directly from the zope site: http://www.zope.org/Members/fog/Translator/ ciao, federico
participants (2)
-
fog@developers.mixadlive.com -
Keith.Larson@Spatial.Com