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/ref | |
| 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/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 8a4a9bcc2b..641e619fa6 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -471,8 +471,17 @@ Example usage:: Use the ``--domain`` or ``-d`` option to change the domain of the messages files. Currently supported: - * ``django`` for all ``*.py`` and ``*.html`` files (default) - * ``djangojs`` for ``*.js`` files + * ``django`` for all ``*.py`` and ``*.html`` files (default) + * ``djangojs`` for ``*.js`` files + +.. django-admin-option:: --symlinks + +Use the ``--symlinks`` or ``-s`` option to follow symlinks to directories when +looking for new translation strings. + +Example usage:: + + django-admin.py makemessages --locale=de --symlinks reset <appname appname ...> --------------------------- |
