From 4d6a7e8ba4660f8861de8c8b0f1b45a205b5c738 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 29 Sep 2022 18:08:43 +0800 Subject: refactor: Transition back to non-namespaced i18n --- apps/kit/src/lib/i18n/en/sign-in/index.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 apps/kit/src/lib/i18n/en/sign-in/index.ts (limited to 'apps/kit/src/lib/i18n/en/sign-in/index.ts') diff --git a/apps/kit/src/lib/i18n/en/sign-in/index.ts b/apps/kit/src/lib/i18n/en/sign-in/index.ts deleted file mode 100644 index 3c9c104..0000000 --- a/apps/kit/src/lib/i18n/en/sign-in/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -import type { BaseTranslation } from "../../i18n-types" - -const en_sign_in: BaseTranslation = { - signIn: "Sign In", - createANewAccount: "create a new account", - notMyComputer: "This is not my computer", - resetPassword: "Reset password" -} - -export default en_sign_in \ No newline at end of file -- cgit v1.3