We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db828e commit 0d2ea80Copy full SHA for 0d2ea80
1 file changed
transifex/native/django/utils/__init__.py
@@ -72,4 +72,4 @@ def utranslate(_string, _context=None, **params):
72
:return: the final translation in the current language
73
:rtype: unicode
74
"""
75
- return translate(_string, _context, escape=False, **params)
+ return translate(_string, _context, _escape=False, **params)
0 commit comments