more on i18n and German translations

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1767 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-05-24 12:55:36 +00:00
parent c89e8d6293
commit e78ecc2a3f
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
<tal:block i18n:domain="loops">
<div class="body"
metal:define-macro="body"
tal:define="controller nocall:view/controller;
@ -47,3 +48,4 @@
</div>
</div>
</tal:block>

View file

@ -5,7 +5,9 @@ $Id$
from zope.publisher.interfaces.browser import IBrowserRequest
from zope.publisher.interfaces.browser import IDefaultBrowserLayer
from zope.app.rotterdam import Rotterdam
from cybertools.browser.liquid import Liquid
#class Loops(Liquid):
class Loops(Rotterdam):
""" The Loops skin """