From 7ef9cd6e135e6eafbd36f45d6dd14026108977d3 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 23 Apr 2026 12:53:31 +0200 Subject: [PATCH] changed build script to work with dynamic links when switching language --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index ce5e55c..65705dd 100644 --- a/build.py +++ b/build.py @@ -31,7 +31,7 @@ for page_name, translations in content.items(): continue label = LANG_LABELS.get(other_lang, other_lang) - link = f'{label}' + link = f'{label}' links.append(link) language_switcher = " ".join(links)