From fd5ad7e88e10bf4ba52fe76b55dd9aa1bf8ef3f3 Mon Sep 17 00:00:00 2001 From: Florian THIERRY Date: Sat, 21 Sep 2024 11:13:08 +0200 Subject: [PATCH] i18n for disconnection page. --- .../src/app/pages/disconnection/disconnection.component.html | 2 +- frontend/src/locale/messages-fr.json | 1 + frontend/src/locale/messages.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/pages/disconnection/disconnection.component.html b/frontend/src/app/pages/disconnection/disconnection.component.html index 6d04722..21b5e61 100644 --- a/frontend/src/app/pages/disconnection/disconnection.component.html +++ b/frontend/src/app/pages/disconnection/disconnection.component.html @@ -1,2 +1,2 @@ -

Disconnection...

+

Disconnection...

\ No newline at end of file diff --git a/frontend/src/locale/messages-fr.json b/frontend/src/locale/messages-fr.json index 311ca06..ee96841 100644 --- a/frontend/src/locale/messages-fr.json +++ b/frontend/src/locale/messages-fr.json @@ -2,6 +2,7 @@ "locale": "fr-FR", "translations": { "2578598149846191609": "Publication postée par {$INTERPOLATION}", + "4011987306265136481": "Déconnexion...", "4869473828758837325": "Dernières publications", "5148998676057880041": "Chargement des publications...", "3688381096110057852": "Il n'y a aucune publication.", diff --git a/frontend/src/locale/messages.json b/frontend/src/locale/messages.json index dd25376..9e77c14 100644 --- a/frontend/src/locale/messages.json +++ b/frontend/src/locale/messages.json @@ -2,6 +2,7 @@ "locale": "en-UK", "translations": { "2578598149846191609": "Publication posted by {$INTERPOLATION}", + "4011987306265136481": "Disconnection...", "4869473828758837325": "Last publications", "5148998676057880041": "Publications loading...", "3688381096110057852": "No any publication.",