Ticket #5750: 5750.patch
File 5750.patch, 647 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 section`_ explaining the variable and the 586 default behavior. 587 588 .. _internationalization docs section: ../i18n/#using-translations-in-your-own-projects 589 581 590 LOGIN_REDIRECT_URL 582 591 ------------------ 583 592