diff options
Diffstat (limited to 'frontend/src/i18n/translations/site.ts')
| -rw-r--r-- | frontend/src/i18n/translations/site.ts | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/frontend/src/i18n/translations/site.ts b/frontend/src/i18n/translations/site.ts deleted file mode 100644 index 1172846..0000000 --- a/frontend/src/i18n/translations/site.ts +++ /dev/null @@ -1,15 +0,0 @@ -import type { TranslationsDictionary } from "../../types/TranslationsDictionary"; - -const siteTranslations = { - 'title': { - 'sco': 'Scots Leid Associe', - 'en-GB': 'Scots Language Society', - }, - 'description': { - 'sco': 'The wabsteid o the Scots Leid Associe', - 'en-GB': 'The website of the Scots Language Society', - } -}; - -type Keys = keyof typeof siteTranslations; -export default siteTranslations as TranslationsDictionary<Keys>;
\ No newline at end of file |
