We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93bba6 commit 0561cbfCopy full SHA for 0561cbf
src/i18n/index.js
@@ -24,5 +24,5 @@ const language = window.navigator.userLanguage || window.navigator.language;
24
export default new VueI18n({
25
locale: language,
26
messages: locales,
27
- fallbackLocale: "en"
+ fallbackLocale: 'en'
28
});
0 commit comments