enable french language

This commit is contained in:
Kalidou Diagne
2024-04-09 13:20:44 +02:00
parent 5c19da9c15
commit 0162fb5301
2 changed files with 1 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export const languageList: Language[] = [
{
key: "fr",
label: "Français",
enabled: false,
enabled: true,
},
{
key: "de",

View File

@@ -1,4 +1,3 @@
import { siteConfig } from "@/config/site"
import { MainNavProps } from "@/components/main-nav"
import { useTranslation } from "@/app/i18n/client"
import { LocaleTypes, fallbackLng, languageList } from "@/app/i18n/settings"