Django

Code

Changeset 1850

Show
Ignore:
Timestamp:
01/07/06 04:21:51 (3 years ago)
Author:
hugo
Message:

added a clarification on the location of the locale directory with appliations and projects

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/i18n.txt

    r1763 r1850  
    288288``conf/locale``. In the ``de`` example, the file will be 
    289289``conf/locale/de/LC_MESSAGES/django.po``. 
     290 
     291If run over your project source tree or your appliation source tree, it will 
     292do the same, but the location of the locale directory is ``locale/LANG/LC_MESSAGES`` 
     293(note the missing ``conf`` prefix). 
    290294 
    291295.. admonition:: No gettext?