Skip to content

Commit

Permalink
Fix language detection
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Nov 17, 2023
1 parent 0fa6912 commit 55c350a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ i18n
supportedLngs: languages,
fallbackLng: "en",
debug: false,
detection: {
order: ["path", "cookie"],
caches: ["cookie"],
},
detection: {},
interpolation: {
escapeValue: false,
},
Expand Down

0 comments on commit 55c350a

Please sign in to comment.