From 40921a489269e84f6930eaab7df955c4afd5ce7f Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:56:03 +0100 Subject: Adds an RSS feed with news items --- src/i18n/translations/pages/rss.xml.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/i18n/translations/pages/rss.xml.ts (limited to 'src/i18n/translations') diff --git a/src/i18n/translations/pages/rss.xml.ts b/src/i18n/translations/pages/rss.xml.ts new file mode 100644 index 0000000..919110d --- /dev/null +++ b/src/i18n/translations/pages/rss.xml.ts @@ -0,0 +1,15 @@ +import type { TranslationsDictionary } from '$types/TranslationsDictionary'; + +const tFeed = { + title: { + sco: () => 'Scots Leid Associe News', + 'en-GB': () => 'Scots Language Society News', + }, + description: { + sco: () => 'The latest updates frae the Scots Leid Associe', + 'en-GB': () => 'The latest updates from the Scots Language Society', + }, +}; + +type Raw = typeof tFeed; +export default tFeed as TranslationsDictionary; -- cgit v1.2.3