Skip to content

Commit

Permalink
fix: International FR can be saved as chosen locale
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed Jan 6, 2023
1 parent 7dc9a3d commit bb90764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const i18nConfigurationForFrenchDomain = {
}

const i18nConfigurationForInternationalDomain = {
defaultLocale: 'fr',
defaultLocale: config.isPixSite ? null : 'fr',
strategy: 'prefix',
vueI18n: {
fallbackLocale: 'fr',
Expand Down

0 comments on commit bb90764

Please sign in to comment.