Fixed missing TUG to I-Form conversions

This commit is contained in:
2025-09-01 11:06:38 +01:00
parent 672f686d1a
commit c017d2bc6f
+2 -2
View File
@@ -36,7 +36,7 @@ CONFIG_IFORM_ROUTES = {
"terms": "/terms",
"gdpr": "/gdpr",
}
"""Defined routes for TUG."""
"""Defined routes for I-Form."""
# Invenio-App
# ===========
@@ -72,7 +72,7 @@ APP_DEFAULT_SECURE_HEADERS = {
# See https://invenio-i18n.readthedocs.io/en/latest/configuration.html
BABEL_DEFAULT_LOCALE = "en"
# Default time zone
BABEL_DEFAULT_TIMEZONE = "Europe/Vienna"
BABEL_DEFAULT_TIMEZONE = "Europe/Dublin"
# Other supported languages (do not include BABEL_DEFAULT_LOCALE in list).
I18N_LANGUAGES = [("de", _("German"))]