[1.7.x] Fixed #22471 -- Corrected misprint in i18n docs
Backport of 54d5c37de6
from master.
This commit is contained in:
parent
bdfa3fd9b3
commit
1dc4a8daec
|
@ -1633,7 +1633,7 @@ is set :setting:`LANGUAGE_CODE` and make sure the corresponding :term:`message
|
||||||
files <message file>` and their compiled versions (``.mo``) exist.
|
files <message file>` and their compiled versions (``.mo``) exist.
|
||||||
|
|
||||||
If you want to let each individual user specify which language they
|
If you want to let each individual user specify which language they
|
||||||
prefer, then you also need to use use the ``LocaleMiddleware``.
|
prefer, then you also need to use the ``LocaleMiddleware``.
|
||||||
``LocaleMiddleware`` enables language selection based on data from the request.
|
``LocaleMiddleware`` enables language selection based on data from the request.
|
||||||
It customizes content for each user.
|
It customizes content for each user.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue