Commit 44477f13 authored by Tres Seaver's avatar Tres Seaver

Collector #1888: Adjust call to 'engine.translate' to accomodate new signature.

parent b8bb602b
......@@ -532,7 +532,7 @@ class TALInterpreter:
if isinstance(text, I18nMessageTypes):
# Translate this now.
text = self.engine.translate(text.domain, text,
text.mapping, text.default)
text.mapping, default=text.default)
s = cgi.escape(text)
self._stream_write(s)
i = s.rfind('\n')
......
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