Two questions concerning i18n
"Luthiger Stoll Benno" <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello
I have two questions concerning i18n in the context of Silva extensions.
1) How can I make my translations of my metadata sets displayed on the properties tab?
I've run 'i18nextract.py' to get my extension.pot file. With that, I created the file 'extension-de.po' and translated all messages found there. I then restarted my Zope instance and found all texts translated except of the texts in my metadata sets on the properties page.
Did I miss something?
2) Translation of Formulator forms: Is it possible to translate not only the titles and descriptions, but the value labels too? For example, I have a ListField with the following items to select:
---
<items type="list">[('all', '0'), ('files', '1'), ('images', '2')]</items>
---
I'd like to have the labels 'all', 'files', 'images' translated to e.g. 'Alle', 'Datenfiles', 'Bilder'.
Regards,
Benno