diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-09-29 12:08:43 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-09-29 12:08:43 +0200 |
| commit | 4d6a7e8ba4660f8861de8c8b0f1b45a205b5c738 (patch) | |
| tree | 4fe4b11a51f18b0fd8a509dc95c224da930915f5 /apps/kit/src/lib/i18n/en/reset-password | |
| parent | a893be89c5e2863ae44af3fa2c2639604ced1278 (diff) | |
| download | greatoffice-4d6a7e8ba4660f8861de8c8b0f1b45a205b5c738.tar.xz greatoffice-4d6a7e8ba4660f8861de8c8b0f1b45a205b5c738.zip | |
refactor: Transition back to non-namespaced i18n
Diffstat (limited to 'apps/kit/src/lib/i18n/en/reset-password')
| -rw-r--r-- | apps/kit/src/lib/i18n/en/reset-password/index.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/kit/src/lib/i18n/en/reset-password/index.ts b/apps/kit/src/lib/i18n/en/reset-password/index.ts deleted file mode 100644 index 00322cf..0000000 --- a/apps/kit/src/lib/i18n/en/reset-password/index.ts +++ /dev/null @@ -1,9 +0,0 @@ -import type { BaseTranslation } from "../../i18n-types" - -const en_reset_password: BaseTranslation = { - requestAPasswordReset: "Request a password reset", - signIntoYourAccount: "sign into your account", - requestSentMessage: "If we find your email address in our systems, you will receive an email with instructions on how to set a new password for your account." -} - -export default en_reset_password
\ No newline at end of file |
