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
/
templates
Age
Commit message (
Expand
)
Author
2021-07-01
Refs #32144 -- Made makemessages remove temporary files on preprocessing error.
Carlton Gibson
2021-06-07
Fixed typos in test comments.
luzpaz
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
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-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
2014-08-08
Fixed #22336 -- Added path matching for makemessages ignore option
Justin Hamade
2014-06-06
Fixed #22773 -- Forced templatize() to return unicode
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-06-22
Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...
Ramiro Morales
2013-05-18
Fixed #20422 -- Applied makemessage's --ignore patterns to full path
Baptiste Mispelon
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner