From 87927741880ddf6cece46bb2e21cc0c4ccdb7574 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Mon, 2 Sep 2024 14:45:24 +0200 Subject: [PATCH] add missing i18n key --- src/i18n.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n.config.ts b/src/i18n.config.ts index e84365b3..85eacf28 100644 --- a/src/i18n.config.ts +++ b/src/i18n.config.ts @@ -4,6 +4,7 @@ export default defineI18nConfig(() => ({ messages: { en: { name: 'Name', + username: 'Username', password: 'Password', signIn: 'Sign In', logout: 'Logout',