Skip to content

Commit

Permalink
feat(ui): localize report bug button
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 29, 2018
1 parent a66dabb commit f32222f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/StatusBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
@click="onBugReportClick()"
>
<VueIcon icon="bug_report"/>
<span>Report bug</span>
<span>{{ $t('components.status-bar.report-bug') }}</span>
</div>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion packages/@vue/cli-ui/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"log": {
"tooltip": "Logs<br><i>Click to toggle Vue CLI logs</i>",
"empty": "No logs yet"
}
},
"report-bug": "Report bug"
},
"terminal-view": {
"buttons": {
Expand Down
3 changes: 2 additions & 1 deletion packages/@vue/cli-ui/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"log": {
"tooltip": "Journal<br><i>Cliquer pour Afficher/Masquer le Journal Vue CLI</i>",
"empty": "Aucune entrée dans le journal"
}
},
"report-bug": "Signaler bug"
},
"terminal-view": {
"buttons": {
Expand Down

0 comments on commit f32222f

Please sign in to comment.