From 3a70a548ecc71f982db4ffea578f45c79c26fb68 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Sun, 29 Oct 2023 20:09:14 +0100 Subject: [PATCH] fix linting --- frontend/src/locales/de.json | 6 +----- frontend/src/locales/en.json | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index b03b83538..3b35450bd 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -28,9 +28,6 @@ "moderator": "Moderator", "moderators": "Moderatoren", "myContributions": "Meine Beiträge", - "noOpenContributionLinkText": "Zur Zeit gibt es keine per Link erzeugte Schöpfungen.", - "openContributionLinks": "Per Link erzeugte Schöpfungen", - "openContributionLinkText": "Für Startguthaben oder ähnliche Zwecke kann die Gemeinschaft so genannte Schöpfungs-Links erstellen. Sie lösen automatische Schöpfungen aus, die dem Benutzer gut geschrieben werden.\nDie Gemeinschaft „{name}“ unterstützt aktuell {count} per Link erzeugte Schöpfungen:", "startNewsButton": "Gradidos versenden", "submitContribution": "Schreiben" }, @@ -78,8 +75,7 @@ "yourActivity": "Bitte trage eine Tätigkeit ein!" }, "contribution-link": { - "thanksYouWith": "dankt dir mit", - "unique": "(einmalig)" + "thanksYouWith": "dankt dir mit" }, "contributionText": "Beitragstext", "creation": "Schöpfen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 1207150e8..059ee670c 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -28,9 +28,6 @@ "moderator": "Moderator", "moderators": "Moderators", "myContributions": "My contributions", - "noOpenContributionLinkText": "Currently there are no link-generated creations.", - "openContributionLinks": "Creations generated by link", - "openContributionLinkText": "For starting credits or similar purposes, the community can create so-called creation links. They trigger automatic creations that are credited to the user.\nThe \"{name}\" community currently supports {count} link-generated creations:", "startNewsButton": "Send Gradidos", "submitContribution": "Contribute" }, @@ -78,8 +75,7 @@ "yourActivity": "Please enter an activity!" }, "contribution-link": { - "thanksYouWith": "thanks you with", - "unique": "(unique)" + "thanksYouWith": "thanks you with" }, "contributionText": "Contribution Text", "creation": "Creation",