From f6d45f7b9374444ae1ab751a213d86827b64eb8f Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 20:12:53 +0100 Subject: Adds Scotsoun --- src/i18n/translations/pages/scotsounGallery.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/i18n/translations/pages/scotsounGallery.ts (limited to 'src/i18n/translations/pages/scotsounGallery.ts') diff --git a/src/i18n/translations/pages/scotsounGallery.ts b/src/i18n/translations/pages/scotsounGallery.ts new file mode 100644 index 0000000..58de8ef --- /dev/null +++ b/src/i18n/translations/pages/scotsounGallery.ts @@ -0,0 +1,11 @@ +import type { TranslationsDictionary } from '$types/TranslationsDictionary'; + +const scotsounGalleryTranslations = { + title: { + sco: () => 'Scotsoun', + 'en-GB': () => 'Scotsoun', + }, +}; + +type Raw = typeof scotsounGalleryTranslations; +export default scotsounGalleryTranslations as TranslationsDictionary; -- cgit v1.2.3