diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-07 19:41:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 19:41:11 +0100 |
| commit | e08094210c15ee0114ae4f11142aa5f89d81c7aa (patch) | |
| tree | bfa129cae6a2b981d5b6dc5c3cc16cfb2bc5c95a /src/i18n | |
| parent | 925f6de56ef43013583a48dbc49a350ee84cdb3e (diff) | |
| parent | 2fcbccfbd49c6eaf433272749e32589a6f490200 (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/translations/pages/furthsettins.ts | 11 | ||||
| -rw-r--r-- | src/i18n/translations/site.ts | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/i18n/translations/pages/furthsettins.ts b/src/i18n/translations/pages/furthsettins.ts new file mode 100644 index 0000000..c46e2ad --- /dev/null +++ b/src/i18n/translations/pages/furthsettins.ts @@ -0,0 +1,11 @@ +import type { TranslationsDictionary } from "../../../types/TranslationsDictionary"; + +const furthsettinsTranslations = { + 'title': { + 'sco': 'Furthsettins', + 'en-GB': 'Publications', + }, +}; + +type Keys = keyof typeof furthsettinsTranslations; +export default furthsettinsTranslations as TranslationsDictionary<Keys>;
\ No newline at end of file diff --git a/src/i18n/translations/site.ts b/src/i18n/translations/site.ts index 1172846..6699619 100644 --- a/src/i18n/translations/site.ts +++ b/src/i18n/translations/site.ts @@ -8,6 +8,10 @@ const siteTranslations = { 'description': { 'sco': 'The wabsteid o the Scots Leid Associe', 'en-GB': 'The website of the Scots Language Society', + }, + 'lallans': { + 'sco': 'Lallans', + 'en-GB': 'Lallans', } }; |
