mirror of https://github.com/django/django.git
Fixed #31495 - Corrected note about admin i18n in tutorial.
Thanks to Adam Johnson and Claude Paroz for review.
This commit is contained in:
parent
eed9913d74
commit
b7f1c0d86d
|
@ -619,9 +619,9 @@ http://127.0.0.1:8000/admin/. You should see the admin's login screen:
|
||||||
.. image:: _images/admin01.png
|
.. image:: _images/admin01.png
|
||||||
:alt: Django admin login screen
|
:alt: Django admin login screen
|
||||||
|
|
||||||
Since :doc:`translation </topics/i18n/translation>` is turned on by default,
|
Since :doc:`translation </topics/i18n/translation>` is turned on by default, if
|
||||||
the login screen may be displayed in your own language, depending on your
|
you set :setting:`LANGUAGE_CODE`, the login screen will be displayed in the
|
||||||
browser's settings and if Django has a translation for this language.
|
given language (if Django has appropriate translations).
|
||||||
|
|
||||||
Enter the admin site
|
Enter the admin site
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in New Issue