mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed gender-based pronouns per [c0a2daad78].
This commit is contained in:
@@ -1579,8 +1579,8 @@ If all you want is to run Django with your native language all you need to do
|
||||
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``.
|
||||
If you want to let each individual user specify which language they
|
||||
prefer, then you also need to use use the ``LocaleMiddleware``.
|
||||
``LocaleMiddleware`` enables language selection based on data from the request.
|
||||
It customizes content for each user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user