summaryrefslogtreecommitdiff
path: root/django/bin/compile-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
2007-11-19Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re...Gary Wilson Jr
2007-10-03Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6...Malcolm Tredinnick
2007-09-16Fixed #3955 -- Added the ability to traverse LOCALE_PATHS when compiling PO f...Malcolm Tredinnick
2007-04-05Added a check of the format specifiers in Python strings. This will identify aMalcolm Tredinnick
2007-03-09Fixed #3679 -- Added an option to compile localisation messages for a singleMalcolm Tredinnick
2006-08-28Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch...Adrian Holovaty
2006-08-16Fixed small security hole in bin/compile-messages.py by escaping the .po file...Adrian Holovaty
2006-08-16Small error-message formatting change to compile-messages.pyAdrian Holovaty
2006-08-13Small formatting change to compile-messages.pyAdrian Holovaty
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-02-18Fixed #1369 -- Changed shebang lines in unique-messages.py, compile-messages....Adrian Holovaty
2006-01-19Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...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-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss