Changeset 1850
- Timestamp:
- 01/07/06 04:21:51 (3 years ago)
- Files:
-
- django/trunk/docs/i18n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/i18n.txt
r1763 r1850 288 288 ``conf/locale``. In the ``de`` example, the file will be 289 289 ``conf/locale/de/LC_MESSAGES/django.po``. 290 291 If run over your project source tree or your appliation source tree, it will 292 do the same, but the location of the locale directory is ``locale/LANG/LC_MESSAGES`` 293 (note the missing ``conf`` prefix). 290 294 291 295 .. admonition:: No gettext?
