Skip to content

Commit 0d2ea80

Browse files
committed
Fix typo in translate() call
1 parent 8db828e commit 0d2ea80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transifex/native/django/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ def utranslate(_string, _context=None, **params):
7272
:return: the final translation in the current language
7373
:rtype: unicode
7474
"""
75-
return translate(_string, _context, escape=False, **params)
75+
return translate(_string, _context, _escape=False, **params)

0 commit comments

Comments
 (0)