mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
bb4a92d784
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.
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/.