From b7f1c0d86d72df51aa2e25da79d99074b751c7e1 Mon Sep 17 00:00:00 2001 From: Omkar Kulkarni <2019okulkarn@tjhsst.edu> Date: Wed, 6 May 2020 10:19:04 -0400 Subject: [PATCH] Fixed #31495 - Corrected note about admin i18n in tutorial. Thanks to Adam Johnson and Claude Paroz for review. --- docs/intro/tutorial02.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 4c0b96954db..42e3ccd1101 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -619,9 +619,9 @@ http://127.0.0.1:8000/admin/. You should see the admin's login screen: .. image:: _images/admin01.png :alt: Django admin login screen -Since :doc:`translation ` is turned on by default, -the login screen may be displayed in your own language, depending on your -browser's settings and if Django has a translation for this language. +Since :doc:`translation ` is turned on by default, if +you set :setting:`LANGUAGE_CODE`, the login screen will be displayed in the +given language (if Django has appropriate translations). Enter the admin site --------------------