ztfy/utils/tal/interfaces.py
branchZTK-1.1
changeset 136 aab380e3c821
parent 66 cff370b82f25
--- 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"""