Django

Code

Changeset 6530

Show
Ignore:
Timestamp:
10/18/07 22:18:15 (11 months ago)
Author:
gwilson
Message:

Fixed #5750 -- Documented LOCALE_PATHS setting, with a link to the internationalization documentation. Thanks, jdetaeye and SmileyChris?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/settings.txt

    r6398 r6530  
    579579any code that uses ``LANGUAGES`` at runtime. 
    580580 
     581LOCALE_PATHS 
     582------------ 
     583 
     584A list of directories where Django looks for translation files. 
     585See the `internationalization docs section`_ explaining the variable and the 
     586default behavior. 
     587 
     588.. _internationalization docs section: ../i18n/#using-translations-in-your-own-projects 
     589 
    581590LOGIN_REDIRECT_URL 
    582591------------------