Changeset 8215 for django/branches/gis/docs/django-admin.txt
- Timestamp:
- 08/05/08 12:15:33 (5 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7978 to /django/trunk:1-8214
django/branches/gis/docs/django-admin.txt
r7918 r8215 396 396 Runs over the entire source tree of the current directory and pulls out all 397 397 strings marked for translation. It creates (or updates) a message file in the 398 conf/locale (in the django tree) or locale (for project and application)398 conf/locale (in the Django tree) or locale (for project and application) 399 399 directory. After making changes to the messages files you need to compile them 400 400 with ``compilemessages`` for use with the builtin gettext support. See the
