From c480b82db658cd69e0aefbc626703a43e0b258db Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sat, 23 May 2026 15:41:40 +0200 Subject: [PATCH] content preferences --- src/inc/locales/de.json | 1 + src/inc/locales/en.json | 1 + src/inc/locales/nl.json | 1 + src/inc/locales/zange.json | 1 + views/settings.html | 61 +++++++++++++++++++++----------------- 5 files changed, 37 insertions(+), 28 deletions(-) diff --git a/src/inc/locales/de.json b/src/inc/locales/de.json index 62993bb..84da1bd 100644 --- a/src/inc/locales/de.json +++ b/src/inc/locales/de.json @@ -134,6 +134,7 @@ "clear": "Löschen", "preferences": "Einstellungen", "ui_section": "Benutzeroberfläche", + "content_preferences_section": "Inhaltseinstellungen", "appearance_section": "Erscheinungsbild", "show_motd": "Nachricht des Tages (MOTD) anzeigen", "modern_layout": "Modernes Layout", diff --git a/src/inc/locales/en.json b/src/inc/locales/en.json index 9d1915e..5bbe14f 100644 --- a/src/inc/locales/en.json +++ b/src/inc/locales/en.json @@ -134,6 +134,7 @@ "clear": "Clear", "preferences": "Preferences", "ui_section": "User Interface", + "content_preferences_section": "Content Preferences", "appearance_section": "Appearance", "show_motd": "Show Message of the Day (MOTD)", "modern_layout": "Modern layout", diff --git a/src/inc/locales/nl.json b/src/inc/locales/nl.json index e6171e6..f7db62e 100644 --- a/src/inc/locales/nl.json +++ b/src/inc/locales/nl.json @@ -134,6 +134,7 @@ "clear": "Wissen", "preferences": "Voorkeuren", "ui_section": "Gebruikersinterface", + "content_preferences_section": "Inhoudsvoorkeuren", "appearance_section": "Uiterlijk", "show_motd": "Toon Bericht van de Dag (MOTD)", "modern_layout": "Moderne layout", diff --git a/src/inc/locales/zange.json b/src/inc/locales/zange.json index 78115e2..086a453 100644 --- a/src/inc/locales/zange.json +++ b/src/inc/locales/zange.json @@ -134,6 +134,7 @@ "clear": "Leeren", "preferences": "Präferenzen", "ui_section": "Benutzeroberfläche", + "content_preferences_section": "Inhaltseinstellungen", "appearance_section": "Erscheinungsbild", "show_motd": "Nachricht des Tages (NdT) anzeigen", "modern_layout": "Modernes Layout", diff --git a/views/settings.html b/views/settings.html index 9946872..f0391ff 100644 --- a/views/settings.html +++ b/views/settings.html @@ -139,34 +139,6 @@ {{ t('settings.enable_bg_blur_hint') }} -
- - {{ t('settings.blur_nsfw_hint') }} -
-
- - {{ t('settings.blur_nsfl_hint') }} -
-
- - {{ t('settings.blur_sfw_hint') }} -
-
- - {{ t('settings.blur_untagged_hint') }} -
+
+ {{ t('settings.content_preferences_section') }} +
+ + {{ t('settings.blur_nsfw_hint') }} +
+
+ + {{ t('settings.blur_nsfl_hint') }} +
+
+ + {{ t('settings.blur_sfw_hint') }} +
+
+ + {{ t('settings.blur_untagged_hint') }} +
+
+
{{ t('settings.notifications_section') }}