diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-11-14 07:45:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 07:45:52 +0000 |
| commit | f4875fd98fd502c19ca093e4bfeed386d174ed86 (patch) | |
| tree | f259d9d9a0610e8e2cb0bc69b6d2bc415a41c9c7 /src/i18n | |
| parent | c8cb999ea56bac0bb852831672c4fe64f85a2efe (diff) | |
| parent | 5515d5b2cce3cc43996850ff516fd1838f8fe8eb (diff) | |
Merge pull request #106 from joeacarstairs/staging
Update
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/translations/pages/home.ts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts index 1189904..1c4eda4 100644 --- a/src/i18n/translations/pages/home.ts +++ b/src/i18n/translations/pages/home.ts @@ -5,6 +5,24 @@ const tPage = { sco: () => 'Hame', 'en-GB': () => 'Home', }, + sangschaw: { + sco: () => 'Sangschaw open for entries', + 'en-GB': () => 'Sangschaw open for entries', + }, + 'sangschaw-para-1': { + sco: () => ` + Our annual scrievin competition, the Sangschaw, is open for entries until + the 31st o Januar. See our + <a href="/sco/news/2024-11-12-sangschaw-2025">Sangschaw announcement</a> + for details. + `, + 'en-GB': () => ` + Our annual writing competition, the Sangschaw, is open for entries until + the 31st of January. See our + <a href="/en-GB/news/2024-11-12-sangschaw-2025">Sangschaw announcement</a> + for details. + `, + }, 'about-us': { sco: () => 'Aboot us', 'en-GB': () => 'About us', |
