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

@@ -14,7 +14,7 @@
<label for="main-menu-check" class="show-menu">&#9776;</label>
<div class="main-menu">
<a href="{{ url_for('index') }}">Blog</a>
<a href="{{ url_for('archive') }}">Archive</a>
<a href="{{ url_for('archive') }}">{% if language=="de-de" %}Archiv{% else %}Archive{% endif %}</a>
<label for="main-menu-check" class="hide-menu">X</label>
</div>
</div>