From f2b1d11fb22fa6f81df28be412abc2e5d79d2892 Mon Sep 17 00:00:00 2001 From: Sascha Szott Date: Thu, 23 Jun 2022 14:15:41 +0200 Subject: [PATCH] added translation key communityList.breadcrumbs --- src/assets/i18n/de.json5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/assets/i18n/de.json5 b/src/assets/i18n/de.json5 index b67fdb604c..2c1c6c35b6 100644 --- a/src/assets/i18n/de.json5 +++ b/src/assets/i18n/de.json5 @@ -1356,9 +1356,12 @@ // "community.edit.logo.delete.title": "Delete logo", "community.edit.logo.delete.title": "Logo löschen", + + // "communityList.breadcrumbs": "Community List", + "communityList.breadcrumbs": "Bereichsliste", - // "communityList.tabTitle": "DSpace - Community List", - "communityList.tabTitle": "DSpace - Bereichsliste", + // "communityList.tabTitle": "Community List", + "communityList.tabTitle": "Bereichsliste", // "communityList.title": "List of Communities", "communityList.title": "Liste der Bereiche",