Skip to content

Commit 6099c13

Browse files
authored
Merge pull request #40 from transifex/fix-typo-in-translate-call
Fix typo in translate() method
2 parents 8db828e + 0d2ea80 commit 6099c13

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)