Django

Code

Ticket #5750: 5750.patch

File 5750.patch, 0.6 kB (added by SmileyChris, 1 year ago)

let's point it straight to the right section

  • docs/settings.txt

    old new  
    578578you'll have to remember to wrap the languages in the *real* ``gettext()`` in 
    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------------------ 
    583592