diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-20 07:57:21 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-20 07:57:21 +0100 |
| commit | 869976b711d862581d1d99bf884dd166b1ecdf3b (patch) | |
| tree | 966024bf1d14ffbc36d719d51ab8d2b88b5b3f15 /src/i18n/translations/pages | |
| parent | 863b292304fe130f8a91b191c3b844521ef19ac3 (diff) | |
Pulls out NewsIndex Astro component
Diffstat (limited to 'src/i18n/translations/pages')
| -rw-r--r-- | src/i18n/translations/pages/news.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/i18n/translations/pages/news.ts b/src/i18n/translations/pages/news.ts index 22517d1..a794c6f 100644 --- a/src/i18n/translations/pages/news.ts +++ b/src/i18n/translations/pages/news.ts @@ -5,10 +5,6 @@ const tPage = { sco: () => 'News', 'en-GB': () => 'News', }, - 'no-news': { - sco: () => 'The ar nae news at the present time. Caw again later!', - 'en-GB': () => 'There is no news at the current time. Check in again later!', - }, }; type Raw = typeof tPage; |
