diff --git a/components/curriculum-card.tsx b/components/curriculum-card.tsx index ddfe3dcba..46c109a1a 100644 --- a/components/curriculum-card.tsx +++ b/components/curriculum-card.tsx @@ -75,6 +75,7 @@ export async function CurriculumCard(props: CurriculumCardProps) {
diff --git a/components/resource-card.tsx b/components/resource-card.tsx index c0df47411..f5252456c 100644 --- a/components/resource-card.tsx +++ b/components/resource-card.tsx @@ -73,6 +73,7 @@ export async function ResourceCard(props: ResourceCardProps) {
diff --git a/messages/de.json b/messages/de.json index 540760d8e..eb417100f 100644 --- a/messages/de.json +++ b/messages/de.json @@ -41,6 +41,7 @@ "CurriculumCard": { "edited-by": "Zusammengestellt von", "published-on": "Veröffentlicht am", + "read": "{title} lesen", "read-more": "Weiterlesen", "tagged-with": "Getagged mit" }, @@ -95,6 +96,7 @@ }, "ResourceCard": { "published-on": "Veröffentlicht am", + "read": "{title} lesen", "read-more": "Weiterlesen", "tagged-with": "Getagged mit", "written-by": "Geschrieben von" diff --git a/messages/en.json b/messages/en.json index 80b36dcc3..4bf676e89 100644 --- a/messages/en.json +++ b/messages/en.json @@ -41,6 +41,7 @@ "CurriculumCard": { "edited-by": "Edited by", "published-on": "Published on", + "read": "Read {title}", "read-more": "Read more", "tagged-with": "Tagged with" }, @@ -95,6 +96,7 @@ }, "ResourceCard": { "published-on": "Published on", + "read": "Read {title}", "read-more": "Read more", "tagged-with": "Tagged with", "written-by": "Written by"