From efb0c07c6197085c02621b0904a1e5e1367f8922 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 10 Oct 2022 00:43:20 +0800 Subject: feat(i18n): Add name string --- code/app/src/lib/i18n/en/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'code/app/src/lib/i18n/en/index.ts') 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", -- cgit v1.3