1
0
mirror of https://github.com/django/django.git synced 2025-04-19 23:04:36 +00:00

[1.7.x] Fixed #24503 -- Corrected docs on how LANGUAGE_CODE works as a fallback.

This commit is contained in:
Tim Graham 2015-03-20 08:23:55 -04:00
parent a81c224ad1
commit b2a80f9053

View File

@ -1541,8 +1541,9 @@ It serves two purposes:
* If the locale middleware isn't in use, it decides which translation is served
to all users.
* If the locale middleware is active, it provides the fallback translation when
no translation exist for a given literal to the user's preferred language.
* If the locale middleware is active, it provides a fallback language in case
the user's preferred language can't be determined or is not supported by the
Web site.
See :ref:`how-django-discovers-language-preference` for more details.