Skip to content
Snippets Groups Projects
Commit 603a9e1a authored by zdenek.kubala's avatar zdenek.kubala
Browse files

Merge branch 'main' into 'main'

set default language to czech in settings.py

See merge request !7
parents fc9ae5f1 5071fbf6
No related branches found
No related tags found
1 merge request!7set default language to czech in settings.py
Pipeline #5174 passed
......@@ -122,9 +122,10 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/3.2/topics/i18n/
LANGUAGE_CODE = "en-us"
#LANGUAGE_CODE = "en-us"
LANGUAGE_CODE = "cs"
TIME_ZONE = "UTC"
TIME_ZONE = "Europe/Prague"
USE_I18N = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment