Skip to content

Commit

Permalink
EN is the new default locale
Browse files Browse the repository at this point in the history
  • Loading branch information
sallesma committed Dec 3, 2023
1 parent a6b49eb commit a9f5b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const i18n = new I18n({
fr,
});

i18n.defaultLocale = 'fr';
i18n.defaultLocale = 'en';
i18n.locale = Localization.locale;
i18n.fallbacks = true;
i18n.enableFallback = true;
Expand Down

0 comments on commit a9f5b22

Please sign in to comment.