From 3350533e74c4681b081a383f7a8b84ca84720125 Mon Sep 17 00:00:00 2001 From: Wawilski Date: Wed, 6 Mar 2024 14:20:32 +0100 Subject: [PATCH 1/8] Register proto --- frontend/public/i18n/EN.txt | 2 +- frontend/public/i18n/FR.txt | 2 +- frontend/src/Login.vue | 103 +++++++++++++++++++++++++++++------- 3 files changed, 87 insertions(+), 20 deletions(-) diff --git a/frontend/public/i18n/EN.txt b/frontend/public/i18n/EN.txt index 8ffb03d..870abdb 100644 --- a/frontend/public/i18n/EN.txt +++ b/frontend/public/i18n/EN.txt @@ -4,5 +4,5 @@ login.guest.login=log in login.guest.register=register login.guest.welcome=Please Register here login.success=You are now registered as $name - +login.guest.firstname= Firstname #===================================================== diff --git a/frontend/public/i18n/FR.txt b/frontend/public/i18n/FR.txt index caf4165..4f651ae 100644 --- a/frontend/public/i18n/FR.txt +++ b/frontend/public/i18n/FR.txt @@ -4,5 +4,5 @@ login.guest.login=s'identifier login.guest.register=s'enregistrer login.guest.welcome=Veuillez vous enregistrer ici login.success=Vous êtes maintenant identifié comme $name - +login.guest.firstrname= Prénom #===================================================== diff --git a/frontend/src/Login.vue b/frontend/src/Login.vue index 52e7e19..4c9250a 100644 --- a/frontend/src/Login.vue +++ b/frontend/src/Login.vue @@ -1,22 +1,85 @@ + + +