Django

Code

Show
Ignore:
Timestamp:
08/05/08 12:15:33 (5 months ago)
Author:
jbronn
Message:

gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-8063,8065-8076,8078-8139,8141-8154,8156-8214 via svnmerge from trunk.

Files:

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  
    396396Runs over the entire source tree of the current directory and pulls out all 
    397397strings 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) 
     398conf/locale (in the Django tree) or locale (for project and application) 
    399399directory. After making changes to the messages files you need to compile them 
    400400with ``compilemessages`` for use with the builtin gettext support. See the