From 774c06817721e654d6df3c9472333a80a92ec32d Mon Sep 17 00:00:00 2001 From: mb Date: Thu, 25 Jun 2020 15:03:53 +0200 Subject: [PATCH] string mark for translation --- invenio_theme_tugraz/config.py | 2 +- .../templates/invenio_theme_tugraz/header.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/invenio_theme_tugraz/config.py b/invenio_theme_tugraz/config.py index 812a7b2..f8664eb 100644 --- a/invenio_theme_tugraz/config.py +++ b/invenio_theme_tugraz/config.py @@ -37,7 +37,7 @@ THEME_FOOTER_TEMPLATE = 'invenio_theme_tugraz/footer.html' INVENIO_THEME_TUGRAZ_ICON = 'images/icon_use.png' """icon used in login page""" -THEME_FRONTPAGE_TITLE = "RDM for TUGRAZ" +THEME_FRONTPAGE_TITLE = _('Frontpage Title') """Frontpage title.""" THEME_SITENAME = _('Application Name') diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index 7546c1d..c11fe20 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -138,9 +138,9 @@