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/topics | |
| 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/topics')
| -rw-r--r-- | docs/topics/i18n/localization.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/i18n/localization.txt b/docs/topics/i18n/localization.txt index 5e909d5fa6..2cd3eb1af3 100644 --- a/docs/topics/i18n/localization.txt +++ b/docs/topics/i18n/localization.txt @@ -78,10 +78,10 @@ The script should be run from one of two places: * The root directory of your Django project. * The root directory of your Django app. -Th script runs over your project source tree or your application source tree and -pulls out all strings marked for translation. It creates (or updates) a message -file in the directory ``locale/LANG/LC_MESSAGES``. In the ``de`` example, the -file will be ``locale/de/LC_MESSAGES/django.po``. +The script runs over your project source tree or your application source tree +and pulls out all strings marked for translation. It creates (or updates) a +message file in the directory ``locale/LANG/LC_MESSAGES``. In the ``de`` +example, the file will be ``locale/de/LC_MESSAGES/django.po``. By default ``django-admin.py makemessages`` examines every file that has the ``.html`` file extension. In case you want to override that default, use the |
