how to keep all captions in one place?
Hi I have a big project that is developed in english. Now I want to give this away for translating. The problem is that until now code and text/captions are mixed. Is there any way to store all captions/texts in one single place, so that I could do <dtml-var "CaptionKeeper.hello"> instead of Hello and that we only have to translate all Strings in CaptionKeeper? What kind of objects should CaptionKeeper be? A ZClass? TIA Philipp Dunkel ******************************************** * Philipp Dunkel ICQ# 60149094 * * zReal Productions * * meet me at DALNet chan #phidu * ********************************************
Get a product called DTML Template at Zope site. I should be able to serve your needs. Chien-pin On Mon, 29 May 2000, Philipp Dunkel wrote:
Hi
I have a big project that is developed in english. Now I want to give this away for translating. The problem is that until now code and text/captions are mixed.
Is there any way to store all captions/texts in one single place, so that I could do
<dtml-var "CaptionKeeper.hello">
instead of
Hello
and that we only have to translate all Strings in CaptionKeeper?
What kind of objects should CaptionKeeper be? A ZClass?
TIA Philipp Dunkel ******************************************** * Philipp Dunkel ICQ# 60149094 * * zReal Productions * * meet me at DALNet chan #phidu * ********************************************
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chien-Pin Wang -
Philipp Dunkel