Ticket #5750: locale_paths_doc.patch
File locale_paths_doc.patch, 552 bytes (added by , 17 years ago) |
---|
-
docs/settings.txt
578 578 you'll have to remember to wrap the languages in the *real* ``gettext()`` in 579 579 any code that uses ``LANGUAGES`` at runtime. 580 580 581 LOCALE_PATHS 582 ------------ 583 584 A list of directories where Django looks for translation files. 585 See the `internationalization docs`_ for details on the variable and the 586 default behavior. 587 581 588 LOGIN_REDIRECT_URL 582 589 ------------------ 583 590