summaryrefslogtreecommitdiff
path: root/django/bin/make-messages.py
Commit message (Collapse)AuthorAgeFilesLines
* queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick2007-10-081-46/+49
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #4899 -- Fixed a problem on Windows when generating message catalogs ↵Malcolm Tredinnick2007-08-111-4/+5
| | | | | | (caused by [5722]). Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #4899 -- Fixed a problem with PO file header generation caused by [5708].Malcolm Tredinnick2007-07-171-1/+2
| | | | | | | Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5722 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #4734 -- Changed message extraction to permit non-ACSII msgid strings.Malcolm Tredinnick2007-07-151-3/+8
| | | | | | | | | | Thanks, krzysiek.pawlik@silvermedia.pl. This is slightly backwards-incompatible for translators: PO files are now assumed to be in UTF-8 encoding. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5708 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-1/+1
| | | | | | | | | backwards compatible for all practical purposes. Fixed #2391, #2489, #2996, #3322, #3344, #3370, #3406, #3432, #3454, #3492, #3582, #3690, #3878, #3891, #3937, #4039, #4141, #4227, #4286, #4291, #4300, #4452, #4702 git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Told xgettext that ngettext_lazy is a pluralising function, so that strings areMalcolm Tredinnick2007-04-261-2/+2
| | | | | | | extracted correctly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3410 -- Edited a few i18n markups for completeness and to remove someMalcolm Tredinnick2007-03-121-2/+2
| | | | | | | | warnings from recent gettext versions. Refs #3704. Thanks, Michael Radziej, mirrorballu2@gmail.com and baptiste.goupil@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2323 -- Made it possible to run make-messages without needing aMalcolm Tredinnick2006-07-191-0/+4
| | | | | | | DJANGO_SETTINGS_FILE setting. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1369 -- Changed shebang lines in unique-messages.py, ↵Adrian Holovaty2006-02-181-1/+1
| | | | | | compile-messages.py and make-message.py to use /usr/bin/env git-svn-id: http://code.djangoproject.com/svn/django/trunk@2352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1244 -- Renamed templateize to templatize in django.utils.translation.Adrian Holovaty2006-01-271-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@2132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Changed unique-messages.py, compile-messages.py and make-messages.py to use ↵Adrian Holovaty2006-01-191-118/+120
| | | | | | 'if name == main' so they can be imported and won't mess up utilities such as pychecker git-svn-id: http://code.djangoproject.com/svn/django/trunk@2056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* fixes #1161 - spaces in filenames should now be handled better (filename ↵Georg Bauer2006-01-031-2/+2
| | | | | | parameters are enclosed in "") git-svn-id: http://code.djangoproject.com/svn/django/trunk@1814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* added infrastructure code for later javascript translating (currently not ↵Georg Bauer2005-12-041-14/+41
| | | | | | active) git-svn-id: http://code.djangoproject.com/svn/django/trunk@1529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* again fix for the popen3 calls in make-messages.py - thx. OlivierGeorg Bauer2005-12-031-3/+3
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* added 'b' modifier to popen3 calls in make-messages.py to help getting it to ↵Georg Bauer2005-12-031-3/+3
| | | | | | run with windows git-svn-id: http://code.djangoproject.com/svn/django/trunk@1527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* made the message when locale/ or conf/locale/ could not be found a bit more ↵Georg Bauer2005-11-231-1/+6
| | | | | | clear git-svn-id: http://code.djangoproject.com/svn/django/trunk@1366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #748 -- Improved error handling in make-messages.py. It no longer ↵Adrian Holovaty2005-11-071-3/+21
| | | | | | clobbers files on error. Thanks, Hugo git-svn-id: http://code.djangoproject.com/svn/django/trunk@1120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: ↵Jacob Kaplan-Moss2005-11-041-0/+89
this means that the i18n branch is now obsolete and will be made read-only. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1068 bcc190cf-cafb-0310-a4f2-bffc1f526a37