summaryrefslogtreecommitdiff
path: root/src/i18n/translations/pages/scotsounGallery.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/translations/pages/scotsounGallery.ts')
-rw-r--r--src/i18n/translations/pages/scotsounGallery.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i18n/translations/pages/scotsounGallery.ts b/src/i18n/translations/pages/scotsounGallery.ts
index 58de8ef..0e78e9c 100644
--- a/src/i18n/translations/pages/scotsounGallery.ts
+++ b/src/i18n/translations/pages/scotsounGallery.ts
@@ -1,11 +1,11 @@
import type { TranslationsDictionary } from '$types/TranslationsDictionary';
-const scotsounGalleryTranslations = {
+const tPage = {
title: {
sco: () => 'Scotsoun',
'en-GB': () => 'Scotsoun',
},
};
-type Raw = typeof scotsounGalleryTranslations;
-export default scotsounGalleryTranslations as TranslationsDictionary<Raw>;
+type Raw = typeof tPage;
+export default tPage as TranslationsDictionary<Raw>;