[Zope] Zope Internationalization Project

2000-12-07 Thread Maik Röder
Hello ! The EuroZope project ( http://zdp.zope.org/projects/eurozope ) is searching for Zope enthusiasts that are interested in Zope Internationalization, and would like to join us in our effort to translate the Zope management interface into other languages. The translation has already

Re: [Zope] Internationalization

2000-06-26 Thread Rob W. W. Hooft
I only have a few internationalized pages, but I'm more than half-way happy with a very simple approach: 1) an External Method "preferred_lang", which takes a list of possible languages as argument, and returns the language from that list that has the highest ranking in

[Zope] Internationalization 2nd post

2000-06-20 Thread Dan Rusch
How are my fellow Zopers handling Internationalization, especially text. We have a site that is composed of several hunderd pages. We don't use classes but we have made heavy use of aquistion though. For example we have one back button that is aquired thoughout the site etc etc. Basically if the

Re: [Zope] Internationalization 2nd post

2000-06-20 Thread R. David Murray
On Tue, 20 Jun 2000, Dan Rusch wrote: How are my fellow Zopers handling Internationalization, especially text. Check out the list of mailing lists in the resources section of zope.org. You'll find a mailing list for ZIP, the Zope Internationalization Project, complete with archives. --RDM

Re: [Zope] Internationalization 2nd post

2000-06-20 Thread Rik Hoekstra
How are my fellow Zopers handling Internationalization, especially text. We have a site that is composed of several hunderd pages. We don't use classes but we have made heavy use of aquistion though. For example we have one back button that is aquired thoughout the site etc etc. Basically if

Re: [Zope] Internationalization

2000-06-20 Thread Dieter Maurer
Dan Rusch writes: We have a site that is composed of several hunderd pages. We don't use classes but we have made heavy use of aquistion though. For example we have one back button that is aquired thoughout the site etc etc. Basically if the functionality (or code) is used in more than

[Zope] Internationalization

2000-06-19 Thread Dan Rusch
How are my fellow Zopers handling Internationalization, especially text. We have a site that is composed of several hunderd pages. We don't use classes but we have made heavy use of aquistion though. For example we have one back button that is aquired thoughout the site etc etc. Basically if the