From fb82267977d5ede4ef19e5f8c2002b91bb509a45 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Mon, 3 Feb 2025 02:59:19 +0100 Subject: [PATCH] trying out something --- i18n/de/code.json | 3 +++ i18n/en/code.json | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/i18n/de/code.json b/i18n/de/code.json index 6a172c8..8ce2f5c 100644 --- a/i18n/de/code.json +++ b/i18n/de/code.json @@ -1,5 +1,8 @@ { "theme.ErrorPageContent.title": { "message": "Diese Seite ist abgestürzt." + }, + "pages.content.index.subtitle": { + "message": "Irgendetwas spezifisches nachdem du suchst?" } } \ No newline at end of file diff --git a/i18n/en/code.json b/i18n/en/code.json index 5e9df7b..b346a7d 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -440,5 +440,9 @@ "theme.tags.tagsPageTitle": { "message": "Tags", "description": "The title of the tag list page" + }, + "pages.content.index.subtitle": { + "message": "Anything specific you're looking for?", + "description": "Subtitle of the Index documentation page" } } \ No newline at end of file