Skip to content
Snippets Groups Projects

set default language to czech in settings.py

Merged zdenek.kubala requested to merge djz.88/sifrovacka:main into main
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -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
Loading