Skip to content

Commit 4c4e4d7

Browse files
author
Guillaume Chau
committed
chore(i18n): update error message
1 parent 1aed844 commit 4c4e4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function autoDetect () {
4646
}
4747

4848
if (!ok) {
49-
console.log(`[UI] No locale package was found for your locale ${codes[0]}.`)
49+
console.log(`[UI] No locale data was found for your locale ${codes[0]}.`)
5050
}
5151

5252
const dateFnsLocale = i18n.locale.toLowerCase().replace(/-/g, '_')

0 commit comments

Comments
 (0)