Changeset 110:b9ddff240764
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r78 r110 51 51 ---------------------- 52 52 53 MailNG is available in english or in french. You can choose which54 language to use by modifying the LANGUAGE_CODE variable inside53 MailNG is available in english, french and german. You can choose 54 which language to use by modifying the LANGUAGE_CODE variable inside 55 55 settings.py:: 56 56 57 57 LANGUAGE_CODE = 'en-US' # English 58 58 # or 59 LANGUAGE_CODE = 'fr-FR' # Français 59 LANGUAGE_CODE = 'fr-FR' # French 60 # or 61 LANGUAGE_CODE = 'de-DE' # German 60 62 61 63 You can also specify your time zone by modifying the TIME_ZONE
Note: See TracChangeset
for help on using the changeset viewer.
