Commit 64db138b authored by Fred Drake's avatar Fred Drake

- add "default" argument for ITALESEngine.translate()

- normalize whitespace
parent 0c1369b9
...@@ -135,7 +135,7 @@ class ITALESEngine(Interface): ...@@ -135,7 +135,7 @@ class ITALESEngine(Interface):
""" """
""" """
def translate(domain, msgid, mapping): def translate(domain, msgid, mapping, default=None):
""" """
See ITranslationService.translate() See ITranslationService.translate()
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment