From 77ece5c5f12b25a96c8c815932b0d3a3333ac3f0 Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 13 Jul 2025 20:08:52 +0200 Subject: [PATCH] fix: add missing translations for admin activities --- frontend/src/i18n/locales/de.json | 2 ++ frontend/src/i18n/locales/en.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/frontend/src/i18n/locales/de.json b/frontend/src/i18n/locales/de.json index 75965d6..affd1a8 100644 --- a/frontend/src/i18n/locales/de.json +++ b/frontend/src/i18n/locales/de.json @@ -704,6 +704,8 @@ "category_created": "Kategorie erstellt: {{categoryName}}", "category_updated": "Kategorie aktualisiert: {{categoryName}}", "category_deleted": "Kategorie gelöscht: {{categoryName}}", + "general_settings_updated": "Allgemeine Einstellungen aktualisiert", + "favicon_uploaded": "Favicon hochgeladen", "unknown": "Unbekannte Aktivität" } }, diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index 3dc0e2a..3dc178c 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -755,6 +755,8 @@ "category_created": "Category created: {{categoryName}}", "category_updated": "Category updated: {{categoryName}}", "category_deleted": "Category deleted: {{categoryName}}", + "general_settings_updated": "General settings updated", + "favicon_uploaded": "Favicon uploaded", "unknown": "Unknown activity" } },