mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2026-08-14 00:33:21 +01:00
Fixed missing TUG to I-Form conversions
This commit is contained in:
@@ -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"))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user