From fe4c9492d28c8afcd2a999245865ce5f8a907203 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:52:37 +0100 Subject: Better variable naming in i18n translations --- src/i18n/translations/pages/scotsounGallery.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/i18n/translations/pages/scotsounGallery.ts') 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; +type Raw = typeof tPage; +export default tPage as TranslationsDictionary; -- cgit v1.2.3