mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #22471 -- Corrected misprint in i18n docs
Thanks to aruseni for the report.
This commit is contained in:
parent
dc7bc42cce
commit
54d5c37de6
1 changed files with 1 additions and 1 deletions
|
@ -1638,7 +1638,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 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.
|
||||
It customizes content for each user.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue