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 9c0bc82 commit f7247a7Copy full SHA for f7247a7
packages/vue-i18n-core/src/errors.ts
@@ -53,5 +53,5 @@ export const errorMessages: { [code: number]: string } = {
53
[I18nErrorCodes.NOT_INSTALLED_WITH_PROVIDE]:
54
'Need to install with `provide` function',
55
[I18nErrorCodes.DUPLICATE_USE_I18N_CALLING]:
56
- "Duplicate `useI18n` calling by local scope. Please don't call it on local scope"
+ 'Duplicate local-scope `useI18n` call detected. Call `useI18n` only once per component.'
57
}
0 commit comments