summaryrefslogtreecommitdiff
path: root/django/bin/make-messages.py
AgeCommit message (Expand)Author
2011-01-25Fixed #14419 -- Enhanced the help text of the makemessages management command...Ramiro Morales
2008-07-06Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...Malcolm Tredinnick
2008-04-26Fixed #7030 -- Handle extraction of UTF-8 messages from Javascript files.Malcolm Tredinnick
2007-10-03Fixed #5491 -- Changed PO file generation to sort the filenames we scan priorMalcolm Tredinnick
2007-08-11Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (c...Malcolm Tredinnick
2007-07-17Fixed #4899 -- Fixed a problem with PO file header generation caused by [5708].Malcolm Tredinnick
2007-07-15Fixed #4734 -- Changed message extraction to permit non-ACSII msgid strings.Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-04-26Told xgettext that ngettext_lazy is a pluralising function, so that strings areMalcolm Tredinnick
2007-03-12Fixed #3410 -- Edited a few i18n markups for completeness and to remove someMalcolm Tredinnick
2006-07-19Fixed #2323 -- Made it possible to run make-messages without needing aMalcolm Tredinnick
2006-02-18Fixed #1369 -- Changed shebang lines in unique-messages.py, compile-messages....Adrian Holovaty
2006-01-27Fixed #1244 -- Renamed templateize to templatize in django.utils.translation.Adrian Holovaty
2006-01-19Changed unique-messages.py, compile-messages.py and make-messages.py to use '...Adrian Holovaty
2006-01-03fixes #1161 - spaces in filenames should now be handled better (filename para...Georg Bauer
2005-12-04added infrastructure code for later javascript translating (currently not act...Georg Bauer
2005-12-03again fix for the popen3 calls in make-messages.py - thx. OlivierGeorg Bauer
2005-12-03added 'b' modifier to popen3 calls in make-messages.py to help getting it to ...Georg Bauer
2005-11-23made the message when locale/ or conf/locale/ could not be found a bit more c...Georg Bauer
2005-11-07Fixed #748 -- Improved error handling in make-messages.py. It no longer clobb...Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss