Skip to content

Commit

Permalink
fix(devtools): change vue-devtools label (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jul 7, 2024
1 parent 482c319 commit 06d820d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 06d820d

Please sign in to comment.