0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00
django/tests/i18n
Bouke Haarsma 7a7c789d5a Fixed #5849 -- Strip whitespace from blocktrans
Add the trimmed option to the blocktrans tag to trim any newlines and
whitespace from its content.

This allows the developer to indent the blocktrans tag without adding
new lines and whitespace to the msgid in the PO file.

Thanks to mpessas for the initial patch and Dmitri Fedortchenko for the
report.
2013-11-08 00:52:17 +02:00
..
commands Fixed #5849 -- Strip whitespace from blocktrans 2013-11-08 00:52:17 +02:00
contenttypes Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:19:56 -03:00
other
patterns Fix all violators of E231 2013-10-26 12:15:03 -07:00
resolution Whitespace cleanup. 2013-10-10 16:49:20 -04:00
__init__.py Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:19:56 -03:00
forms.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
models.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
test_compilation.py Rearranged some i18n tests 2013-10-28 14:17:48 +01:00
test_extraction.py Fixed #5849 -- Strip whitespace from blocktrans 2013-11-08 00:52:17 +02:00
tests.py Fixed #5849 -- Strip whitespace from blocktrans 2013-11-08 00:52:17 +02:00
urls.py Fixed #14825 -- LocaleMiddleware keeps language 2013-05-25 10:52:54 +02:00