Skip to content

Commit

Permalink
fix(ui): vue inspect localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 12, 2018
1 parent b220b18 commit 9c17e2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/@vue/cli/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,12 @@
"wc-async": "Async web component"
},
"name": "Name for library or web-component mode (default: 'name' in package.json or entry filename)"
},
"inspect": {
"description": "Inspect the resolved webpack config",
"mode": "Specify env mode",
"verbose": "Show full function definitions in output"
}
},
"inspect": {
"description": "Inspect the resolved webpack config",
"mode": "Specify env mode",
"verbose": "Show full function definitions in output"
}
},
"eslint": {
Expand Down

0 comments on commit 9c17e2a

Please sign in to comment.