mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[1.5.x] Typos introduced in 57c82f909b
.
This commit is contained in:
parent
616a4d385a
commit
5547ba743c
2 changed files with 6 additions and 6 deletions
|
@ -1232,14 +1232,14 @@ standard :term:`language ID format <language code>`. For example, U.S. English
|
|||
is ``"en-us"``. See also the `list of language identifiers`_ and
|
||||
:doc:`/topics/i18n/index`.
|
||||
|
||||
:setting:`USE_I18N` must be active to this setting to have any effect.
|
||||
:setting:`USE_I18N` must be active for this setting to have any effect.
|
||||
|
||||
it serves two purposes:
|
||||
It serves two purposes:
|
||||
|
||||
* If the locale middleware isn't in use, it decides which translation is served
|
||||
to all users.
|
||||
* If the locale middleware is active, it provides the fallback translation when
|
||||
no translation exist for a given literal to the user preferred language.
|
||||
no translation exist for a given literal to the user's preferred language.
|
||||
|
||||
See :ref:`how-django-discovers-language-preference` for more details.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue