Django

Code

Ticket #5750: locale_paths_doc.patch

File locale_paths_doc.patch, 0.5 kB (added by jdetaeye, 1 year ago)

documentation file update

  • 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`_ for details on the variable and the 
     586default behavior. 
     587 
    581588LOGIN_REDIRECT_URL 
    582589------------------ 
    583590