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 7c91a18 commit cecece7Copy full SHA for cecece7
packages/@vue/cli-ui/src/components/PackageSearchItem.vue
@@ -37,7 +37,7 @@
37
</span>
38
<span v-if="official" class="info">
39
<VueIcon icon="star" class="top medium"/>
40
- <span>Official</span>
+ <span>{{ $t('org.vue.components.project-plugin-item.official') }}</span>
41
42
<span class="info downloads">
43
<VueIcon class="medium" icon="file_download"/>
0 commit comments