Changeset 110:b9ddff240764 for INSTALL


Ignore:
Timestamp:
02/03/2010 16:36:38 (5 months ago)
Author:
tonio
Branch:
default
Tags:
0.7.1
Message:

Doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r78 r110  
    5151---------------------- 
    5252 
    53 MailNG is available in english or in french. You can choose which 
    54 language to use by modifying the LANGUAGE_CODE variable inside 
     53MailNG is available in english, french and german. You can choose 
     54which language to use by modifying the LANGUAGE_CODE variable inside 
    5555settings.py:: 
    5656 
    5757  LANGUAGE_CODE = 'en-US' # English 
    5858  # or 
    59   LANGUAGE_CODE = 'fr-FR' # Français 
     59  LANGUAGE_CODE = 'fr-FR' # French 
     60  # or 
     61  LANGUAGE_CODE = 'de-DE' # German 
    6062 
    6163You can also specify your time zone by modifying the TIME_ZONE 
Note: See TracChangeset for help on using the changeset viewer.