Ticket #5674: fixtypo_patch.diff
File fixtypo_patch.diff, 453 bytes (added by , 17 years ago) |
---|
-
django/utils/translation/__init__.py
106 106 return real_deactivate_all() 107 107 108 108 def string_concat(*strings): 109 """ "109 """ 110 110 Lazy variant of string concatenation, needed for translations that are 111 111 constructed from multiple parts. 112 112 """