summaryrefslogtreecommitdiff
path: root/tests/i18n/commands
AgeCommit message (Expand)Author
2025-08-12Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in m...michalpokusa
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-01Refs #32144 -- Made makemessages remove temporary files on preprocessing error.Carlton Gibson
2021-06-07Fixed typos in test comments.luzpaz
2020-10-07Fixed #31850 -- Fixed BasicExtractorTests.test_extraction_warning with xgette...Max Smolens
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2016-05-02Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz
2016-04-30Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz
2016-01-23Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3Claude Paroz
2015-12-18Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-19Fixed #25677 -- Prevented decoding errors in/after Popen callsClaude Paroz
2015-09-04Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...Alexandre Pocquet
2015-08-28Fixed #17375 -- Changed makemessages to use xgettext with --files-fromSergey Kolosov
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2014-12-29Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-11-11Fixed #23788 -- Used new JavaScript support in recent gettextClaude Paroz
2014-10-21Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-08-08Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade
2014-07-16Added forgotten files from commit 28efafa24c83Claude Paroz
2014-06-06Fixed #22773 -- Forced templatize() to return unicodeClaude Paroz
2014-02-18Fixed #21732 -- Made compilemessages complain about non-writable locationClaude Paroz
2013-12-04Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.Bouke Haarsma
2013-11-08Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma
2013-10-28Rearranged some i18n testsClaude Paroz
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Decode from UTF-8 explicitly when reading a text file in makemessages.Ramiro Morales
2013-10-21Fixed an I18N test class tearDown method.Ramiro Morales
2013-10-02Made test for issue 19552 compatible with Windows.Ramiro Morales
2013-10-02Made skipping of symlink-related makemessages test smarter.Ramiro Morales
2013-10-01Fixed #21209 -- .po file path comments on Windows.Ramiro Morales
2013-06-22Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...Ramiro Morales
2013-05-22Removed check for 0.15 version of gettext toolsClaude Paroz
2013-05-18Fixed #20422 -- Applied makemessage's --ignore patterns to full pathBaptiste Mispelon
2013-05-07Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee
2013-03-16Fix #20058: Make compilemessages use stdout instead of stderr.Baptiste Mispelon
2013-03-10Made (make|compile)messages check for availability of gettext commands.Ramiro Morales
2013-02-26Removed a .mo file incorrectly put under Git control.Ramiro Morales
2013-02-26Simplified compilemessages tests a bit.Ramiro Morales
2013-02-26Don't use os.system() in compilemessages.Ramiro Morales
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner