0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/regressiontests/i18n/commands
Ramiro Morales f2e99ecfda Made makemessages leave '%%' sequences untouched when extracting translatable literals from blocktrans template tags.
This makes it consistent with behavior introduced when fixing #11240 in
processing of literal passed to the trans tag to avoid double escaping
(i.e. `'%%%%'` sequences in resulting PO files.)

Also, cleaned up tests changes from r17190 (removed commented out code and
implemented compatibility with Python 2.5.)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-11 00:48:26 +00:00
..
ignore_dir
locale Added files missing from commit [17190] 2011-12-11 00:09:30 +00:00
templates Made makemessages leave '%%' sequences untouched when extracting translatable literals from blocktrans template tags. 2011-12-11 00:48:26 +00:00
__init__.py Fixed #10004 and #12320 -- Enabled the makemessages management command to collect comments for translators that start with the "Translators" keyword. Thanks for the report and patches, martinb and Claude Paroz. 2010-11-17 15:37:33 +00:00
compilation.py Fixed #11240 -- Made makemessages i18n command escape % symbols in literals passed to the trans tag. 2011-12-11 00:07:06 +00:00
extraction.py Made makemessages leave '%%' sequences untouched when extracting translatable literals from blocktrans template tags. 2011-12-11 00:48:26 +00:00
javascript.js Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library. 2011-06-07 16:11:25 +00:00
tests.py Fixed #17054 -- Ensured the test suite runs when gettext isn't available, after r16981. 2011-10-18 20:35:42 +00:00