diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-08-08 16:41:55 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-08-08 16:41:55 +0000 |
| commit | 3735f276603b0c040f3f8aaca64f151397d2cb9b (patch) | |
| tree | f28acdd10698b1214bc349689bdbbbfe080bf191 /docs/man/django-admin.1 | |
| parent | afa98dba98e3ba7ccf77ec9ec41eb12b162ab76f (diff) | |
Fixed #5463 -- Allow alternate file extensions on files that are translated.
Patch from Jannis Leidel.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/man/django-admin.1')
| -rw-r--r-- | docs/man/django-admin.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1 index c482a3fc6e..2f4b5a02d8 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -49,7 +49,7 @@ Executes .B sqlall for the given app(s) in the current database. .TP -.BI "makemessages [" "\-\-locale=LOCALE" "] [" "\-\-domain=DOMAIN" "] [" "\-\-all" "]" +.BI "makemessages [" "\-\-locale=LOCALE" "] [" "\-\-domain=DOMAIN" "] [" "\-\-extension=EXTENSION" "] [" "\-\-all" "]" Runs over the entire source tree of the current directory and pulls out all strings marked for translation. It creates (or updates) a message file in the conf/locale (in the django tree) or locale (for project and application) directory. @@ -154,6 +154,10 @@ The locale to process when using makemessages or compilemessages. .I \-d, \-\-domain=DOMAIN The domain of the message files (default: "django") when using makemessages. .TP +.I \-e, \-\-extension=EXTENSION +The file extension(s) to examine (default: ".html", separate multiple +extensions with commas, or use -e multiple times). +.TP .I \-a, \-\-all Process all available locales when using makemessages. .SH "ENVIRONMENT" |
