From 2f395e245a7ee275c7eaa23f8814686cd12b1c1f Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 13 Aug 2026 11:51:01 +0200 Subject: [PATCH] feat: add bilingual UI with language toggle and user preferences modal for audio/subtitle filters Add German/English language switching with DE/EN toggle button in header. Add settings modal with gear icon button for configuring preferred audio and subtitle languages. Store language and filter preferences in localStorage and auto-apply on page load. Add data-de/data-en attributes to translatable elements and translate table headers, filter placeholders, and navigation labels. Include modal backdrop with --- templates/index.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 95d40f7..bbc8c82 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ -
Language Dashboard
Audio- und Untertitelspuren aus den Mediendateien
+
Language Dashboard
Audio- und Untertitelspuren aus den Mediendateien
{% if error %}{% endif %} @@ -18,6 +18,7 @@ {% endif %} {% if sab_enabled %}
Downloads werden geladen …SABnzbd …Geschwindigkeit: —
DownloadStatusFortschrittGröße / RestRestzeitQuelleSprache
Downloads werden geladen …
{% endif %}
+ +