Skip to content

Commit

Permalink
enable french language
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed Apr 9, 2024
1 parent 5c19da9 commit 0162fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/i18n/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const languageList: Language[] = [
{
key: "fr",
label: "Français",
enabled: false,
enabled: true,
},
{
key: "de",
Expand Down
1 change: 0 additions & 1 deletion hooks/useAppSettings.ts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0162fb5

Please sign in to comment.