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

set default language to czech in settings.py

parent fc9ae5f1
No related branches found
No related tags found
1 merge request!7set default language to czech in settings.py
...@@ -122,9 +122,10 @@ AUTH_PASSWORD_VALIDATORS = [ ...@@ -122,9 +122,10 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization # Internationalization
# https://docs.djangoproject.com/en/3.2/topics/i18n/ # 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 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