diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-09-28 18:28:33 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-09-28 18:28:33 +0200 |
| commit | f9337bbe280878c2a2d9d713873c4c06b54325cd (patch) | |
| tree | bbc30d1b0dfb5c3589af609e28db04b12c11b237 /apps/kit/src/lib/i18n/en/sign-in | |
| parent | 59a4a340c77aad97e299aac47155bf4bff7a3c30 (diff) | |
| download | greatoffice-f9337bbe280878c2a2d9d713873c4c06b54325cd.tar.xz greatoffice-f9337bbe280878c2a2d9d713873c4c06b54325cd.zip | |
refactor: !WIP Use i18n namespaces
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, 10 insertions, 0 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 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 |
