mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
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
This commit is contained in:
parent
71da5f62da
commit
fef575a7f9
6 changed files with 83 additions and 14 deletions
|
@ -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 ...>
|
||||
---------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue