summaryrefslogtreecommitdiff
path: root/src/i18n/translations/site.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/translations/site.ts')
-rw-r--r--src/i18n/translations/site.ts20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/i18n/translations/site.ts b/src/i18n/translations/site.ts
index 726f22c..89e9ed5 100644
--- a/src/i18n/translations/site.ts
+++ b/src/i18n/translations/site.ts
@@ -1,23 +1,23 @@
-import type { TranslationsDictionary } from "../../types/TranslationsDictionary";
+import type { TranslationsDictionary } from '../../types/TranslationsDictionary';
const siteTranslations = {
- 'title': {
- 'sco': 'Scots Leid Associe',
+ title: {
+ sco: 'Scots Leid Associe',
'en-GB': 'Scots Language Society',
},
- 'description': {
- 'sco': 'The wabsteid o the Scots Leid Associe',
+ description: {
+ sco: 'The wabsteid o the Scots Leid Associe',
'en-GB': 'The website of the Scots Language Society',
},
- 'lallans': {
- 'sco': 'Lallans',
+ lallans: {
+ sco: 'Lallans',
'en-GB': 'Lallans',
},
- 'by': {
- 'sco': 'bi',
+ by: {
+ sco: 'bi',
'en-GB': 'by',
},
};
type Keys = keyof typeof siteTranslations;
-export default siteTranslations as TranslationsDictionary<Keys>; \ No newline at end of file
+export default siteTranslations as TranslationsDictionary<Keys>;