From 4d9a7cc6c0adea54b58046c576250a0c3ae7b512 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Thu, 22 Jan 2026 03:25:23 +0400 Subject: [PATCH] refac: fr-FR priority --- src/lib/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/i18n/index.ts b/src/lib/i18n/index.ts index e5c2d183b..d7361a5e7 100644 --- a/src/lib/i18n/index.ts +++ b/src/lib/i18n/index.ts @@ -58,6 +58,7 @@ export const initI18n = (defaultLocale?: string | undefined) => { lookupLocalStorage: 'locale' }, fallbackLng: { + fr: ['fr-FR'], default: fallbackDefaultLocale }, ns: 'translation',