django1/tests/i18n/commands
Ramiro Morales 8750296918 [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.
Removed multiple locales separated by commas variation (that wasn't
working as documented) in favor of simply allowing use of the
``--locale``/``-l`` options more than once for ``makemessages`` and
``compilemessages``.

Thanks Romain Beylerian for the report and Claude, Simon for their help.
2013-11-23 11:02:30 -03:00
..
ignore_dir Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
locale Removed a .mo file incorrectly put under Git control. 2013-02-26 22:45:08 -03:00
templates Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms .po file headers. 2013-06-22 18:45:41 -03:00
__init__.py Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms .po file headers. 2013-06-22 18:45:41 -03:00
code.sample Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
compilation.py [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:02:30 -03:00
extraction.py [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:02:30 -03:00
javascript.js Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
not_utf8.sample Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError` 2013-05-07 21:22:05 +02:00