mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Updated link with valid options for LANGUAGE_CODE in global_settings.py.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
This commit is contained in:
parent
1fa8493640
commit
4b65dc2f21
@ -43,8 +43,10 @@ TIME_ZONE = "America/Chicago"
|
|||||||
# If you set this to True, Django will use timezone-aware datetimes.
|
# If you set this to True, Django will use timezone-aware datetimes.
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
# Language code for this installation. All choices can be found here:
|
# Language code for this installation. Valid choices can be found here:
|
||||||
# http://www.i18nguy.com/unicode/language-identifiers.html
|
# https://www.iana.org/assignments/language-subtag-registry/
|
||||||
|
# If LANGUAGE_CODE is not listed in LANGUAGES (below), the project must
|
||||||
|
# provide the necessary translations and locale definitions.
|
||||||
LANGUAGE_CODE = "en-us"
|
LANGUAGE_CODE = "en-us"
|
||||||
|
|
||||||
# Languages we provide translations for, out of the box.
|
# Languages we provide translations for, out of the box.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user