Django

Code

Show
Ignore:
Timestamp:
08/08/08 11:41:55 (5 months ago)
Author:
mtredinnick
Message:

Fixed #5463 -- Allow alternate file extensions on files that are translated.
Patch from Jannis Leidel.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/man/django-admin.1

    r7844 r8234  
    5050for the given app(s) in the current database. 
    5151.TP 
    52 .BI "makemessages [" "\-\-locale=LOCALE" "] [" "\-\-domain=DOMAIN" "] [" "\-\-all" "]" 
     52.BI "makemessages [" "\-\-locale=LOCALE" "] [" "\-\-domain=DOMAIN" "] [" "\-\-extension=EXTENSION" "] [" "\-\-all" "]" 
    5353Runs over the entire source tree of the current directory and pulls out all 
    5454strings marked for translation. It creates (or updates) a message file in the 
     
    155155The domain of the message files (default: "django") when using makemessages. 
    156156.TP 
     157.I \-e, \-\-extension=EXTENSION 
     158The file extension(s) to examine (default: ".html", separate multiple 
     159extensions with commas, or use -e multiple times). 
     160.TP 
    157161.I \-a, \-\-all 
    158162Process all available locales when using makemessages.