Commit 1997421f authored by Erik Romijn's avatar Erik Romijn
Browse files

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

Backport of 54d5c37d from master.
parent ec2d456d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1525,7 +1525,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.