From b2a80f9053acb151a753a3a1e264a65ab8a5d806 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 20 Mar 2015 08:23:55 -0400 Subject: [1.7.x] Fixed #24503 -- Corrected docs on how LANGUAGE_CODE works as a fallback. --- docs/ref/settings.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 171e442ac3..17d0830353 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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. -- cgit v1.3