[ZPT] PlacelessTranslationService

Milos Prudek prudek at bvx.cz
Fri Apr 16 04:18:05 EDT 2004


What's the correct ZPT syntax for PlacelessTranslationService?

I tried this:

<b i18n:translate="" i18n:domain="ibc" i18n:target="string:cz">Good 
morning</b>

This gets rendered into:  <b>Good morning</b>

No translation, although I do have an entry for 'Good morning' in my .po 
file under an 'ibc' domain.

Is my syntax wrong?

Is there something else that needs to be installed? I have:
- vanilla Zope 2.7
- PlacelessTranslationService
- no other products, no Plone, no CMF

Background: The syntax I used is derived from documentation at 
http://dev.zope.org/Members/lalo/PlacelessTranslationService and 
http://dev.zope.org/Members/efge/TranslationService. And it does not work.

-- 
Milos Prudek




More information about the ZPT mailing list