We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db828e + 0d2ea80 commit 6099c13Copy full SHA for 6099c13
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