Ticket #14924: docs.after.14910.patch

File docs.after.14910.patch, 1.0 KB (added by Klaas van Schelven, 13 years ago)

The docs patch to apply if #14910 is fixed

  • docs/howto/i18n.txt

    diff -r 7bc315f2285a docs/howto/i18n.txt
    a b  
    1010      your settings file.
    1111    * Second, it looks for a ``locale`` directory in the project directory.
    1212    * Third, it looks for a ``locale`` directory in each of the installed apps.
    13       It does this in the reverse order of INSTALLED_APPS
    1413    * Finally, it checks the Django-provided base translation in
    1514      ``django/conf/locale``.
    1615
  • docs/topics/i18n/deployment.txt

    diff -r 7bc315f2285a docs/topics/i18n/deployment.txt
    a b  
    182182      your settings file.
    183183    * Second, it looks for a ``locale`` directory in the project directory.
    184184    * Third, it looks for a ``locale`` directory in each of the installed apps.
    185       It does this in the reverse order of INSTALLED_APPS
    186185    * Finally, it checks the Django-provided base translation in
    187186      ``django/conf/locale``.
    188187
Back to Top