Ticket #10891: 10891_v0.diff
File 10891_v0.diff, 544 bytes (added by , 15 years ago) |
---|
-
django/utils/translation/trans_real.py
266 266 translation object to use. If no current translation is activated, the 267 267 message will be run through the default translation object. 268 268 """ 269 message = message.replace('\r\n', '\n') 269 270 global _default, _active 270 271 t = _active.get(currentThread(), None) 271 272 if t is not None: