We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e2d76 commit c135782Copy full SHA for c135782
packages/@vue/cli-ui/src/i18n.js
@@ -35,6 +35,7 @@ async function autoDetect () {
35
if (lang !== 'en') {
36
await autoInstallLocale(lang)
37
i18n.locale = lang
38
+ console.log(`[UI] Automatically loaded ${lang} locale`)
39
}
40
41
0 commit comments