Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/i18n/test_extraction.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-14/+40
* Serialized some tests that interact with the filesystem.Aymeric Augustin2015-09-091-6/+10
* Fixed #25297 -- Allowed makemessages to work with {% tran...Alexandre Pocquet2015-09-041-5/+27
* Fixed #17375 -- Changed makemessages to use xgettext with...Sergey Kolosov2015-08-281-0/+18
* Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck2015-08-121-36/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+6
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-2/+1
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #23271 -- Don't corrupt PO files on Windows when up...Ramiro Morales2014-12-291-5/+24
* Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz2014-12-181-6/+31
* Fixed #23930 -- Added copies of captured_std* managers fr...wrwrwr2014-11-291-6/+2
* Removed superfluous newline.Aymeric Augustin2014-11-171-1/+0
* Fixed #23840 -- Fixed makemessages find_files methodIlja Maas2014-11-171-0/+24
* Fixed #23788 -- Used new JavaScript support in recent get...Claude Paroz2014-11-111-0/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-46/+46
* Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT...Claude Paroz2014-10-271-0/+8
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-9/+9
* Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz2014-10-211-30/+38
* Fixed #22336 -- Added path matching for makemessages igno...Justin Hamade2014-08-081-17/+29
* Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz2014-07-161-4/+16
* Fixed clash caused by the newly introduced -e shorthand f...Loic Bistuer2014-05-021-0/+13
* Fixed #22328 -- Added --exclude option to compilemessages...Ana Krivokapic2014-04-261-2/+67
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed 21406 -- Made blocktrans 'trimmed' option preserve ...Bouke Haarsma2013-12-041-20/+46
* Enabled makemessages to support several translation direc...Claude Paroz2013-11-301-0/+46
* Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales2013-11-231-29/+23
* Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma2013-11-071-0/+11
* PEP8 cleanupJason Myers2013-11-031-6/+12
* Fixed all E261 warningscoagulant2013-11-031-1/+1
* Rearranged some i18n testsClaude Paroz2013-10-281-0/+488