From 90254344d599bc977c0661f7c9681b7509a9076e Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:16:45 +0100 Subject: Moves to root folder --- src/i18n/translations/pages/home.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/i18n/translations/pages/home.ts (limited to 'src/i18n/translations/pages') diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts new file mode 100644 index 0000000..1415024 --- /dev/null +++ b/src/i18n/translations/pages/home.ts @@ -0,0 +1,11 @@ +import type { TranslationsDictionary } from "../../../types/TranslationsDictionary"; + +const homeTranslations = { + 'title': { + 'sco': 'Hame', + 'en-GB': 'Home', + }, +}; + +type Keys = keyof typeof homeTranslations; +export default homeTranslations as TranslationsDictionary; \ No newline at end of file -- cgit v1.2.3