From 8af2942097870ddaf58ffa238838f878aa3f4898 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 14 Jan 2022 15:28:46 +0000 Subject: [PATCH] Enable German translation --- app/__init__.py | 1 + app/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 %}