1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

magic-removal: Merged to [1853]

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2006-01-08 05:56:45 +00:00
parent d22d53caf0
commit b23b39342b
6 changed files with 8 additions and 3 deletions

View File

@@ -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``