summaryrefslogtreecommitdiff
path: root/frontend/src/i18n/translations/pages/furthsettins.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/i18n/translations/pages/furthsettins.ts')
-rw-r--r--frontend/src/i18n/translations/pages/furthsettins.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/frontend/src/i18n/translations/pages/furthsettins.ts b/frontend/src/i18n/translations/pages/furthsettins.ts
deleted file mode 100644
index c46e2ad..0000000
--- a/frontend/src/i18n/translations/pages/furthsettins.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import type { TranslationsDictionary } from "../../../types/TranslationsDictionary";
-
-const furthsettinsTranslations = {
- 'title': {
- 'sco': 'Furthsettins',
- 'en-GB': 'Publications',
- },
-};
-
-type Keys = keyof typeof furthsettinsTranslations;
-export default furthsettinsTranslations as TranslationsDictionary<Keys>; \ No newline at end of file