aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/lib/i18n/en
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-09 18:43:20 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-09 18:43:20 +0200
commitefb0c07c6197085c02621b0904a1e5e1367f8922 (patch)
tree36aa981bf5d40268961281feaccfd94008cf00f5 /code/app/src/lib/i18n/en
parentd0a37196a896a88ec91b2a8d0c6545370672ab56 (diff)
downloadgreatoffice-efb0c07c6197085c02621b0904a1e5e1367f8922.tar.xz
greatoffice-efb0c07c6197085c02621b0904a1e5e1367f8922.zip
feat(i18n): Add name string
Diffstat (limited to 'code/app/src/lib/i18n/en')
-rw-r--r--code/app/src/lib/i18n/en/index.ts1
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",