From fd5998240f65e3bc3a94e4045f8f5c286a755b1c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Apr 2025 07:52:17 +0100 Subject: displays date on news items --- src/i18n/translations/pages/home.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/i18n/translations/pages/home.ts') diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts index bb2f86d..c440365 100644 --- a/src/i18n/translations/pages/home.ts +++ b/src/i18n/translations/pages/home.ts @@ -5,6 +5,14 @@ const tPage = { sco: () => 'Hame', 'en-GB': () => 'Home', }, + news: { + sco: () => 'News', + 'en-GB': () => 'News', + }, + 'aw-news': { + sco: () => 'Aa news', + 'en-GB': () => 'All news', + }, sangschaw: { sco: () => 'Sangschaw open for entries', 'en-GB': () => 'Sangschaw open for entries', -- cgit v1.2.3