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 @@ + + +