Skip to content

Commit c135782

Browse files
author
Guillaume Chau
committed
fix(ui): missing log
1 parent 29e2d76 commit c135782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-ui/src/i18n.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ async function autoDetect () {
3535
if (lang !== 'en') {
3636
await autoInstallLocale(lang)
3737
i18n.locale = lang
38+
console.log(`[UI] Automatically loaded ${lang} locale`)
3839
}
3940
}
4041

0 commit comments

Comments
 (0)