ztfy/utils/tal/interfaces.py
branchZTK-1.1
changeset 136 aab380e3c821
parent 66 cff370b82f25
equal deleted inserted replaced
135:864a0cee13c0 136:aab380e3c821
    44         """Remove double quotes from adapted text"""
    44         """Remove double quotes from adapted text"""
    45 
    45 
    46     def breaks():
    46     def breaks():
    47         """Replace '|' by newlines in adapted text"""
    47         """Replace '|' by newlines in adapted text"""
    48 
    48 
       
    49     def translate():
       
    50         """Use I18n translation of given text"""
       
    51 
    49 
    52 
    50 class IHTMLTalesAPI(Interface):
    53 class IHTMLTalesAPI(Interface):
    51     """'html' TALES namespace interface"""
    54     """'html' TALES namespace interface"""
    52 
    55 
    53     def renderer():
    56     def renderer():