Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/vue-i18n-core/src/devtools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ type _I18n = I18n & I18nInternal
const VUE_I18N_COMPONENT_TYPES = 'vue-i18n: composer properties'

const VueDevToolsLabels: Record<VueDevToolsIDs, string> = {
'vue-devtools-plugin-vue-i18n': 'Vue I18n devtools',
'vue-i18n-resource-inspector': 'I18n Resources',
'vue-devtools-plugin-vue-i18n': 'Vue I18n DevTools',
'vue-i18n-resource-inspector': 'Vue I18n DevTools',
'vue-i18n-timeline': 'Vue I18n'
}

Expand Down