From db52ca8aad04aabaff475855efcc5f83aa2b9cb4 Mon Sep 17 00:00:00 2001 From: mb-wali Date: Thu, 5 Aug 2021 10:01:03 +0200 Subject: [PATCH] config: removes i18n config This closes #236 --- invenio_theme_tugraz/config.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/invenio_theme_tugraz/config.py b/invenio_theme_tugraz/config.py index 638b5bc..32c4264 100644 --- a/invenio_theme_tugraz/config.py +++ b/invenio_theme_tugraz/config.py @@ -80,15 +80,6 @@ SECURITY_REGISTER_USER_TEMPLATE = ( ) """Sigup template""" -# Invenio-I18N -# ============ -# See https://invenio-i18n.readthedocs.io/en/latest/configuration.html -BABEL_DEFAULT_LOCALE = "en" -# Default time zone -BABEL_DEFAULT_TIMEZONE = "Europe/Vienna" -# Other supported languages (do not include BABEL_DEFAULT_LOCALE in list). -I18N_LANGUAGES = [("de", _("German"))] - # Invenio-app-rdm # ============= # See https://invenio-app-rdm.readthedocs.io/en/latest/configuration.html