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.ts11
1 files changed, 11 insertions, 0 deletions
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<Raw>;