diff -r 864a0cee13c0 -r aab380e3c821 ztfy/utils/tal/interfaces.py --- a/ztfy/utils/tal/interfaces.py Thu Mar 29 19:18:44 2012 +0200 +++ b/ztfy/utils/tal/interfaces.py Sat Mar 31 01:29:05 2012 +0200 @@ -46,6 +46,9 @@ def breaks(): """Replace '|' by newlines in adapted text""" + def translate(): + """Use I18n translation of given text""" + class IHTMLTalesAPI(Interface): """'html' TALES namespace interface"""