I'm still a i18n newbie. My product (running in zope 2.8.5) now has a domain.pot and se.po file inside '/i18n/'. I've translated the text using KBabel (boy what an unfriendly program) but had to manually edit the headers to saw that the translation was to Swedish, sv. PlacelessTranslationService picks them up fine in Control_Panel. Now, perhaps this works if my browser setting was 'sv' but it isn't. I actually don't want to use the browser setting at all, I want to control with via my own cookie and url traversal stuff. Ideas? PS. Trust me, I've searched and searched but found nothing :( -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
Peter Bengtsson wrote:
I'm still a i18n newbie.
Don't use PTS!
Ideas?
If you have a google, you'll see i've just recently done the language-selection-from-cookies dance in Zope 2 but using Zope 3's infinitely better translation machinery ;-) There's even a sx.translations package which will help with providing you with a list of languages to pick from... Lemme know if you want me to release it once you've had a read of the relevant threads... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
On 9/5/06, Chris Withers <chris@simplistix.co.uk> wrote:
Peter Bengtsson wrote:
I'm still a i18n newbie.
Don't use PTS!
I'll try Localizer
Ideas?
If you have a google, you'll see i've just recently done the language-selection-from-cookies dance in Zope 2 but using Zope 3's infinitely better translation machinery ;-)
There's even a sx.translations package which will help with providing you with a list of languages to pick from...
Lemme know if you want me to release it once you've had a read of the relevant threads...
Does this work for Zope 2.8?
cheers,
Chris
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com
participants (2)
-
Chris Withers -
Peter Bengtsson