summaryrefslogtreecommitdiff
path: root/tests/i18n/commands
AgeCommit message (Expand)Author
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