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 --- frontend/src/i18n/translate.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 frontend/src/i18n/translate.ts (limited to 'frontend/src/i18n/translate.ts') diff --git a/frontend/src/i18n/translate.ts b/frontend/src/i18n/translate.ts deleted file mode 100644 index c0d5620..0000000 --- a/frontend/src/i18n/translate.ts +++ /dev/null @@ -1,9 +0,0 @@ -import type Locale from "../types/Locale"; -import type { TranslationsDictionary } from "../types/TranslationsDictionary"; -import { defaultLocale } from "./locales"; - -export default function(locale: Locale) { - return function(dict: TranslationsDictionary, key: T) { - return dict[key][locale] ?? dict[key][defaultLocale]; - } -} \ No newline at end of file -- cgit v1.2.3