1
0
mirror of https://github.com/django/django.git synced 2025-03-12 18:30:48 +00:00

[1.6.x] Fixed #22471 -- Corrected misprint in i18n docs

Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
This commit is contained in:
Erik Romijn 2014-04-18 15:14:31 +02:00
parent fa60ac76c0
commit 8e5ce99d83

View File

@ -1552,7 +1552,7 @@ is set :setting:`LANGUAGE_CODE` and make sure the corresponding :term:`message
files <message file>` and their compiled versions (``.mo``) exist.
If you want to let each individual user specify which language he or she
prefers, then you also need to use use the ``LocaleMiddleware``.
prefers, then you also need to use the ``LocaleMiddleware``.
``LocaleMiddleware`` enables language selection based on data from the request.
It customizes content for each user.