From 40c24168fcaf9251f56e8570538e9a7dd48795e9 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 12 Feb 2022 11:31:36 +0100 Subject: remake internationalization, using Babel this time --- src/hydrilla/server/templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hydrilla/server/templates/base.html') diff --git a/src/hydrilla/server/templates/base.html b/src/hydrilla/server/templates/base.html index f95ce54..34cb214 100644 --- a/src/hydrilla/server/templates/base.html +++ b/src/hydrilla/server/templates/base.html @@ -95,6 +95,7 @@ in a proprietary program, I am not going to enforce this in court. } {% endblock %} + {# TRANSLATORS: 'hydrilla' as a title#} {% block title %}{{ _('hydrilla') }}{% endblock %} {% endblock %} -- cgit v1.2.3