diff --git a/app/__init__.py b/app/__init__.py index 10546cd..3636411 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -35,6 +35,7 @@ app.config["FLATPAGES_EXTENSION_CONFIG"] = MARKDOWN_EXTENSION_CONFIG app.config["BABEL_TRANSLATION_DIRECTORIES"] = "../translations" app.config["LANGUAGES"] = { "en": "English", + "de": "Deutsch", "fr": "Français", "id": "Bahasa Indonesia", "ms": "Bahasa Melayu", diff --git a/app/templates/base.html b/app/templates/base.html index fbe107b..30f4eee 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -45,7 +45,7 @@
{% if type %}{% endif %}