summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Bauer <gb@hugo.westfalen.de>2006-01-07 10:21:51 +0000
committerGeorg Bauer <gb@hugo.westfalen.de>2006-01-07 10:21:51 +0000
commit2bffee2e6c3744705acf05710150b73afb315bf9 (patch)
tree0ee766ac76f084e60e57590bcc57be23642409b1
parentbbfc645337610b4c974c4f5a225958367b4d294c (diff)
added a clarification on the location of the locale directory with appliations and projects
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/i18n.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/i18n.txt b/docs/i18n.txt
index 29d7dec449..aac27b2ac5 100644
--- a/docs/i18n.txt
+++ b/docs/i18n.txt
@@ -288,6 +288,10 @@ marked for translation. It creates (or updates) a message file in the directory
``conf/locale``. In the ``de`` example, the file will be
``conf/locale/de/LC_MESSAGES/django.po``.
+If run over your project source tree or your appliation source tree, it will
+do the same, but the location of the locale directory is ``locale/LANG/LC_MESSAGES``
+(note the missing ``conf`` prefix).
+
.. admonition:: No gettext?
If you don't have the ``gettext`` utilities installed, ``make-messages.py``