Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
fix fallback locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickwasused committed May 20, 2023
1 parent 0d5561f commit c85101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const i18n = VueI18n.createI18n({
silentTranslationWarn: true,
defaultSFCLang: "json",
locale: window.navigator.language,
fallbackLocale: "en",
fallbackLocale: "en-US",
globalInjection: false
});

Expand Down

0 comments on commit c85101e

Please sign in to comment.