summaryrefslogtreecommitdiff
path: root/django/bin/make-messages.py
Commit message (Expand)AuthorAgeFilesLines
* queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick2007-10-081-46/+49
* Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (c...Malcolm Tredinnick2007-08-111-4/+5
* Fixed #4899 -- Fixed a problem with PO file header generation caused by [5708].Malcolm Tredinnick2007-07-171-1/+2
* Fixed #4734 -- Changed message extraction to permit non-ACSII msgid strings.Malcolm Tredinnick2007-07-151-3/+8
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-1/+1
* Told xgettext that ngettext_lazy is a pluralising function, so that strings areMalcolm Tredinnick2007-04-261-2/+2
* Fixed #3410 -- Edited a few i18n markups for completeness and to remove someMalcolm Tredinnick2007-03-121-2/+2
* Fixed #2323 -- Made it possible to run make-messages without needing aMalcolm Tredinnick2006-07-191-0/+4
* Fixed #1369 -- Changed shebang lines in unique-messages.py, compile-messages....Adrian Holovaty2006-02-181-1/+1
* Fixed #1244 -- Renamed templateize to templatize in django.utils.translation.Adrian Holovaty2006-01-271-2/+2
* Changed unique-messages.py, compile-messages.py and make-messages.py to use '...Adrian Holovaty2006-01-191-118/+120
* fixes #1161 - spaces in filenames should now be handled better (filename para...Georg Bauer2006-01-031-2/+2
* added infrastructure code for later javascript translating (currently not act...Georg Bauer2005-12-041-14/+41
* again fix for the popen3 calls in make-messages.py - thx. OlivierGeorg Bauer2005-12-031-3/+3
* added 'b' modifier to popen3 calls in make-messages.py to help getting it to ...Georg Bauer2005-12-031-3/+3
* made the message when locale/ or conf/locale/ could not be found a bit more c...Georg Bauer2005-11-231-1/+6
* Fixed #748 -- Improved error handling in make-messages.py. It no longer clobb...Adrian Holovaty2005-11-071-3/+21
* Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss2005-11-041-0/+89