1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 09:51:17 +02:00

added language support for german

This commit is contained in:
2024-04-14 01:58:29 +02:00
parent 1ac2ba220a
commit 98249bbbd9
10 changed files with 161 additions and 142 deletions

View File

@@ -2,7 +2,7 @@
{% block content %}
<div class="container">
<div class="blogarchive">
<h1>Archive</h1><br>
<h1>{% if language=="de-de" %}Archiv{% else %}Archive{% endif %}</h1><br>
{% autoescape off %}
{{ content_string }}
{% endautoescape %}