diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-02-16 12:14:27 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-02-16 12:14:27 +0000 |
| commit | fef575a7f927fd2b080abee63a600d333c26e52d (patch) | |
| tree | 8db392a007dd58cfc2c891eb524d54276f150569 /docs/man | |
| parent | 71da5f62dab825e015864fd5604be46815e24ff1 (diff) | |
Fixed #6380 - Follow symlinks when examining source code and templates for translation strings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/man')
| -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 dff7d0d3da..473809279b 100644 --- a/docs/man/django-admin.1 +++ b/docs/man/django-admin.1 @@ -46,7 +46,7 @@ Executes .B sqlall for the given app(s) in the current database. .TP -.BI "makemessages [" "\-\-locale=LOCALE" "] [" "\-\-domain=DOMAIN" "] [" "\-\-extension=EXTENSION" "] [" "\-\-all" "]" +.BI "makemessages [" "\-\-locale=LOCALE" "] [" "\-\-domain=DOMAIN" "] [" "\-\-extension=EXTENSION" "] [" "\-\-all" "] [" "\-\-symlinks" "]" 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. @@ -155,6 +155,10 @@ The domain of the message files (default: "django") when using makemessages. The file extension(s) to examine (default: ".html", separate multiple extensions with commas, or use -e multiple times). .TP +.I \-e, \-\-symlinks +Follows symlinks to directories when examining source code and templates for +translation strings. +.TP .I \-a, \-\-all Process all available locales when using makemessages..SH "ENVIRONMENT" .TP |
