Commit 92d3a2f3 authored by Aurel's avatar Aurel Committed by Arnaud Fontaine

translate take more args

parent 37f9c630
......@@ -141,7 +141,7 @@ class DummyMessageCatalog:
else:
return default
def translate(self, msgid, mapping=None, context=None,
target_language=None, default=None):
target_language=None, default=None, *args, **kw):
return default
class DummyLocalizer:
......
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