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