Skip to content

Commit f32222f

Browse files
author
Guillaume Chau
committed
feat(ui): localize report bug button
1 parent a66dabb commit f32222f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

packages/@vue/cli-ui/src/components/StatusBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
@click="onBugReportClick()"
5454
>
5555
<VueIcon icon="bug_report"/>
56-
<span>Report bug</span>
56+
<span>{{ $t('components.status-bar.report-bug') }}</span>
5757
</div>
5858
</div>
5959
</div>

packages/@vue/cli-ui/src/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
"log": {
106106
"tooltip": "Logs<br><i>Click to toggle Vue CLI logs</i>",
107107
"empty": "No logs yet"
108-
}
108+
},
109+
"report-bug": "Report bug"
109110
},
110111
"terminal-view": {
111112
"buttons": {

packages/@vue/cli-ui/src/locales/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
"log": {
106106
"tooltip": "Journal<br><i>Cliquer pour Afficher/Masquer le Journal Vue CLI</i>",
107107
"empty": "Aucune entrée dans le journal"
108-
}
108+
},
109+
"report-bug": "Signaler bug"
109110
},
110111
"terminal-view": {
111112
"buttons": {

0 commit comments

Comments
 (0)