From 2484ddb4239014bf15b2c9958eb50ea298df0007 Mon Sep 17 00:00:00 2001 From: "better-i18n[bot]" <241510129+better-i18n[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:34:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Better-i18n=20Publish=20?= =?UTF-8?q?=E2=80=94=206=20files=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/i18n/locales/en-US/auth.json | 2 +- apps/web/src/i18n/locales/en-US/common.json | 2 +- apps/web/src/i18n/locales/fr-FR/auth.json | 7 +++++++ apps/web/src/i18n/locales/fr-FR/common.json | 5 +++++ 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 apps/web/src/i18n/locales/fr-FR/auth.json create mode 100644 apps/web/src/i18n/locales/fr-FR/common.json diff --git a/apps/web/src/i18n/locales/en-US/auth.json b/apps/web/src/i18n/locales/en-US/auth.json index 369880b..5aa3669 100644 --- a/apps/web/src/i18n/locales/en-US/auth.json +++ b/apps/web/src/i18n/locales/en-US/auth.json @@ -10,4 +10,4 @@ "rateLimited": "Too many attempts. Try again in a minute.", "locked": "This account is locked. Contact support." } -} +} \ No newline at end of file diff --git a/apps/web/src/i18n/locales/en-US/common.json b/apps/web/src/i18n/locales/en-US/common.json index 6d5ddd8..d5469bc 100644 --- a/apps/web/src/i18n/locales/en-US/common.json +++ b/apps/web/src/i18n/locales/en-US/common.json @@ -17,4 +17,4 @@ "banner": { "upgrade": "Upgrade to Pro for unlimited projects" } -} +} \ No newline at end of file diff --git a/apps/web/src/i18n/locales/fr-FR/auth.json b/apps/web/src/i18n/locales/fr-FR/auth.json new file mode 100644 index 0000000..1f00090 --- /dev/null +++ b/apps/web/src/i18n/locales/fr-FR/auth.json @@ -0,0 +1,7 @@ +{ + "login": { + "email": "Adresse e-mail", + "submit": "Continuer", + "password": "Mot de passe" + } +} \ No newline at end of file diff --git a/apps/web/src/i18n/locales/fr-FR/common.json b/apps/web/src/i18n/locales/fr-FR/common.json new file mode 100644 index 0000000..cfa223c --- /dev/null +++ b/apps/web/src/i18n/locales/fr-FR/common.json @@ -0,0 +1,5 @@ +{ + "actions": { + "cancel": "Iptal" + } +} \ No newline at end of file