1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00
Ilja Maas bb4a92d784 Fixed #23840 -- Fixed makemessages find_files method
Changed the handling of extensions to be used for gettext. Now
obeying the --extension argument. find_files now only find the
given or default extensions and puts only these in the
TranslatableFiles. As a result there are no more confusing messages
for filetypes (extension) not handled by makemessages.
2014-11-17 09:21:24 +01:00
..
2014-11-16 13:19:34 +01:00
2014-11-16 13:19:34 +01:00
2014-11-16 13:19:34 +01:00
2014-10-08 18:10:50 -04:00
2014-11-16 13:19:34 +01:00

To run the test suite::

    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py

For more information about the test suite, see
https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/.