Refs #25755 -- Unified a couple more spellings of 'website'.

This commit is contained in:
pp 2016-01-10 18:16:28 +01:00 committed by Tim Graham
parent 4a03e6f272
commit c8d970a548
5 changed files with 12 additions and 13 deletions

View file

@ -1564,8 +1564,8 @@ 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 a fallback language in case the
user's preferred language can't be determined or is not supported by the Web
site. It also provides the fallback translation when a translation for a
user's preferred language can't be determined or is not supported by the
website. It also provides the fallback translation when a translation for a
given literal doesn't exist for the user's preferred language.
See :ref:`how-django-discovers-language-preference` for more details.