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
2013-11-23
[1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands.
Ramiro Morales
2013-10-22
[1.6.x] Decode from UTF-8 explicitly when reading a text file in makemessages.
Ramiro Morales
2013-10-22
[1.6.x] Fixed an I18N test class tearDown method.
Ramiro Morales
2013-10-02
[1.6.x] Fixed Python 2.6 compatability for 3ec368014d0d74e14a7ed98ccfd638ffe0...
Tim Graham
2013-10-02
[1.6.x] Made test for issue 19552 compatible with Windows.
Ramiro Morales
2013-10-02
[1.6.x] Made skipping of symlink-related makemessages test smarter.
Ramiro Morales
2013-10-01
[1.6.x] 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