Kaydet (Commit) 2bffee2e authored tarafından Georg Bauer's avatar Georg Bauer

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
üst bbfc6453
......@@ -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``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment