django/tests/regressiontests/i18n/commands
Ramiro Morales 248aee1606 Modified makemessages so it creates .pot files once per invocation.
It creates a `locale/django.pot` file once instead of one
`locale/<locale_code>/django.pot` file for every locale involved.

Thanks Michal Čihař for the report and patch.
2013-01-16 20:48:06 -03:00
..
ignore_dir
locale
templates Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} accept literals wrapped in single quotes. Thanks to lanyjie for the report. 2012-09-27 20:34:45 -07:00
__init__.py
code.sample Fixed #18479 -- Stopped makemessages raising error on gettext warnings 2012-07-18 20:43:35 +02:00
compilation.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
extraction.py Modified makemessages so it creates .pot files once per invocation. 2013-01-16 20:48:06 -03:00
javascript.js
tests.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00