From 7fe706ad0d5979ac89c8804cb93a29a19ca4b18c Mon Sep 17 00:00:00 2001
From: Grraahaam <72856427+Grraahaam@users.noreply.github.com>
Date: Tue, 10 Jan 2023 14:50:28 +0100
Subject: [PATCH] fix(lang): configured fr locale
---
frontend/next-i18next.config.js | 2 +-
frontend/pages/login.tsx | 2 +-
frontend/pages/settings/personal/[id].js | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/frontend/next-i18next.config.js b/frontend/next-i18next.config.js
index 5de9c97bc..3feba4318 100644
--- a/frontend/next-i18next.config.js
+++ b/frontend/next-i18next.config.js
@@ -8,7 +8,7 @@ module.exports = {
debug: process.env.NODE_ENV === "development",
i18n: {
defaultLocale: "en",
- locales: ["en", "ko"],
+ locales: ["en", "ko", "fr"],
},
fallbackLng: {
default: ["en"],
diff --git a/frontend/pages/login.tsx b/frontend/pages/login.tsx
index e72aa3b25..84d539034 100644
--- a/frontend/pages/login.tsx
+++ b/frontend/pages/login.tsx
@@ -160,7 +160,7 @@ export default function Login() {
diff --git a/frontend/pages/settings/personal/[id].js b/frontend/pages/settings/personal/[id].js
index 5eebb8328..a592bf45b 100644
--- a/frontend/pages/settings/personal/[id].js
+++ b/frontend/pages/settings/personal/[id].js
@@ -126,7 +126,7 @@ export default function PersonalSettings() {