summaryrefslogtreecommitdiff
path: root/tests/i18n/commands
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-4/+5
* Refs #32144 -- Made makemessages remove temporary files on preprocessing error.Carlton Gibson2021-07-011-0/+6
* Fixed typos in test comments.luzpaz2021-06-071-1/+1
* Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning with xgette...Max Smolens2020-10-071-2/+2
* Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen2019-12-187-56/+57
* Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen2019-12-182-7/+9
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-072-4/+4
* Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz2016-05-021-0/+2
* Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz2016-04-302-0/+6
* Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3Claude Paroz2016-01-231-0/+2
* Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz2015-12-182-0/+21
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25677 -- Prevented decoding errors in/after Popen callsClaude Paroz2015-11-191-0/+24
* Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...Alexandre Pocquet2015-09-041-1/+13
* Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov2015-08-282-0/+8
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-124-150/+5
* Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville2015-06-041-0/+28
* Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales2014-12-292-0/+18
* Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov2014-11-181-0/+28
* Fixed #23788 -- Used new JavaScript support in recent gettextClaude Paroz2014-11-111-0/+1
* Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz2014-10-213-0/+2
* Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade2014-08-081-0/+2
* Added forgotten files from commit 28efafa24c83Claude Paroz2014-07-162-0/+0
* Fixed #22773 -- Forced templatize() to return unicodeClaude Paroz2014-06-061-0/+0
* Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz2014-02-182-0/+27
* Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.Bouke Haarsma2013-12-041-0/+1
* Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma2013-11-081-0/+12
* Rearranged some i18n testsClaude Paroz2013-10-282-598/+0
* Fix all violators of E231Alex Gaynor2013-10-261-2/+2
* Fixed E225 pep8 warnings.Tim Graham2013-10-232-10/+10
* Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales2013-10-221-4/+5
* Fixed an I18N test class tearDown method.Ramiro Morales2013-10-211-0/+1
* Made test for issue 19552 compatible with Windows.Ramiro Morales2013-10-021-3/+3
* Made skipping of symlink-related makemessages test smarter.Ramiro Morales2013-10-021-1/+11
* Fixed #21209 -- .po file path comments on Windows.Ramiro Morales2013-10-011-3/+19
* Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...Ramiro Morales2013-06-223-1/+30
* Removed check for 0.15 version of gettext toolsClaude Paroz2013-05-221-24/+0
* Fixed #20422 -- Applied makemessage's --ignore patterns to full pathBaptiste Mispelon2013-05-182-2/+9
* Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee2013-05-072-7/+16
* Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon2013-03-161-6/+6
* Made (make|compile)messages check for availability of gettext commands.Ramiro Morales2013-03-102-27/+8
* Removed a .mo file incorrectly put under Git control.Ramiro Morales2013-02-262-0/+4
* Simplified compilemessages tests a bit.Ramiro Morales2013-02-261-22/+11
* Don't use os.system() in compilemessages.Ramiro Morales2013-02-262-0/+40
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2615-0/+922