From f9337bbe280878c2a2d9d713873c4c06b54325cd Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 29 Sep 2022 00:28:33 +0800 Subject: refactor: !WIP Use i18n namespaces --- apps/kit/src/lib/i18n/en/sign-in/index.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/kit/src/lib/i18n/en/sign-in/index.ts (limited to 'apps/kit/src/lib/i18n/en/sign-in') diff --git a/apps/kit/src/lib/i18n/en/sign-in/index.ts b/apps/kit/src/lib/i18n/en/sign-in/index.ts new file mode 100644 index 0000000..3c9c104 --- /dev/null +++ b/apps/kit/src/lib/i18n/en/sign-in/index.ts @@ -0,0 +1,10 @@ +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