diff options
Diffstat (limited to 'code/app/src/lib/i18n/en')
| -rw-r--r-- | code/app/src/lib/i18n/en/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/app/src/lib/i18n/en/index.ts b/code/app/src/lib/i18n/en/index.ts index e084a6c..1d6ff26 100644 --- a/code/app/src/lib/i18n/en/index.ts +++ b/code/app/src/lib/i18n/en/index.ts @@ -2,6 +2,7 @@ import type { BaseTranslation } from "../i18n-types"; const en: BaseTranslation = { or: "Or", + name: "Name", emailAddress: "Email address", password: "Password", pageNotFound: "Page not found", |
