Skip to content

Commit

Permalink
temporarily remove "fr" from supported languages in i18n.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cannarocks committed Aug 12, 2024
1 parent 1a5c1e1 commit 440c804
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 @@ -22,7 +22,7 @@ const resources = {
en: { translation: en, links: enLinks },
it: { translation: it, links: itLinks },
es: { translation: es, links: esLinks },
fr: { translation: fr, links: frLinks },
// fr: { translation: fr, links: frLinks },
};

export const i18nOptions: InitOptions = {
Expand Down

0 comments on commit 440c804

Please sign in to comment.