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