summaryrefslogtreecommitdiff
path: root/src/i18n/translations/pages/scotsounGallery.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-14 19:52:37 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-14 19:52:37 +0100
commitfe4c9492d28c8afcd2a999245865ce5f8a907203 (patch)
tree192ee2ac9e46e60fe171c360c8e64ff301f32788 /src/i18n/translations/pages/scotsounGallery.ts
parent7781c69153e3956ca14684fe9a287fbbb8a01082 (diff)
Better variable naming in i18n translations
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>;