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 482c319 commit 06d820dCopy full SHA for 06d820d
packages/vue-i18n-core/src/devtools.ts
@@ -34,8 +34,8 @@ type _I18n = I18n & I18nInternal
34
const VUE_I18N_COMPONENT_TYPES = 'vue-i18n: composer properties'
35
36
const VueDevToolsLabels: Record<VueDevToolsIDs, string> = {
37
- 'vue-devtools-plugin-vue-i18n': 'Vue I18n devtools',
38
- 'vue-i18n-resource-inspector': 'I18n Resources',
+ 'vue-devtools-plugin-vue-i18n': 'Vue I18n DevTools',
+ 'vue-i18n-resource-inspector': 'Vue I18n DevTools',
39
'vue-i18n-timeline': 'Vue I18n'
40
}
41
0 commit comments