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