config: removes i18n config

This closes #236
This commit is contained in:
mb-wali
2021-08-05 10:01:03 +02:00
committed by Mojib Wali
parent 21b67cb3e0
commit db52ca8aad

View File

@@ -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