Skip to content

Commit

Permalink
fix: supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
cevou committed Jun 18, 2024
1 parent f338787 commit cf4d97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const i18n = {
es,
fr,
},
whitelist: ["en", "es", "de", "fr"],
supportedLngs: ["en", "es", "de", "fr"],
};

export default i18n;

0 comments on commit cf4d97e

Please sign in to comment.