diff options
Diffstat (limited to 'apps/kit/src/lib/i18n/en/sign-in')
| -rw-r--r-- | apps/kit/src/lib/i18n/en/sign-in/index.ts | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
