diff -r 7bc315f2285a docs/howto/i18n.txt
|
a
|
b
|
|
| 10 | 10 | your settings file. |
| 11 | 11 | * Second, it looks for a ``locale`` directory in the project directory. |
| 12 | 12 | * Third, it looks for a ``locale`` directory in each of the installed apps. |
| 13 | | It does this in the reverse order of INSTALLED_APPS |
| 14 | 13 | * Finally, it checks the Django-provided base translation in |
| 15 | 14 | ``django/conf/locale``. |
| 16 | 15 | |
diff -r 7bc315f2285a docs/topics/i18n/deployment.txt
|
a
|
b
|
|
| 182 | 182 | your settings file. |
| 183 | 183 | * Second, it looks for a ``locale`` directory in the project directory. |
| 184 | 184 | * Third, it looks for a ``locale`` directory in each of the installed apps. |
| 185 | | It does this in the reverse order of INSTALLED_APPS |
| 186 | 185 | * Finally, it checks the Django-provided base translation in |
| 187 | 186 | ``django/conf/locale``. |
| 188 | 187 | |