From cf7d00463a8526104f2597e33ce4c916d5ad7c93 Mon Sep 17 00:00:00 2001 From: Stefan Peters Date: Tue, 28 Nov 2023 09:44:25 +0100 Subject: [PATCH] ConcordanceDetail: Add publisher (#724) --- config/locale.json | 2 ++ src/components/ConcordanceDetail.vue | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/config/locale.json b/config/locale.json index 41dd7b49..ed5b2a57 100644 --- a/config/locale.json +++ b/config/locale.json @@ -35,6 +35,7 @@ "noRegistries": "The configuration contains no providers. Please consult the documentation how to configure providers!", "catalog": "catalog", "license": "License", + "publisher": "Publisher", "storedMappings": "Mappings", "recommendedMappings": "Suggestions" }, @@ -437,6 +438,7 @@ "noRegistries": "Es sind keine Datenquellen konfiguriert! Bitte entnehmen sie der Dokumentation wie Datenquellen konfiguriert werden können!", "catalog": "Katalog", "license": "Lizenz", + "publisher": "Herausgeber*in", "storedMappings": "Mappings", "recommendedMappings": "Vorschläge" }, diff --git a/src/components/ConcordanceDetail.vue b/src/components/ConcordanceDetail.vue index d2b8583f..cd8b094d 100644 --- a/src/components/ConcordanceDetail.vue +++ b/src/components/ConcordanceDetail.vue @@ -48,6 +48,20 @@

+ + + {{ $t("general.publisher") }}: + + +

+ +

+
+