summaryrefslogtreecommitdiff
path: root/tests/i18n/commands
AgeCommit 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-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