-
Notifications
You must be signed in to change notification settings - Fork 656
Changed some of the texts in prompts.json to a more natural English. #670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |
| { | ||
| "type": "checkbox", | ||
| "name": "angularModules", | ||
| "message": "Which Angular's modules would you want to have? (ngRoute and ngResource will be addressed after)", | ||
| "message": "What Angular modules would you like to have? (ngRoute and ngResource will be addressed after)", | ||
| "choices": [ | ||
| { | ||
| "value": { | ||
|
|
@@ -56,7 +56,7 @@ | |
| { | ||
| "type": "list", | ||
| "name": "jQuery", | ||
| "message": "Would you need jQuery or perhaps Zepto?", | ||
| "message": "Do you need jQuery or perhaps Zepto?", | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. More idiomatic way of asking. |
||
| "choices": [ | ||
| { | ||
| "value": { | ||
|
|
@@ -115,7 +115,7 @@ | |
| { | ||
| "type": "list", | ||
| "name": "router", | ||
| "message": "Would you like to use a router ?", | ||
| "message": "Would you like to use a router?", | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed unnecessary space. |
||
| "choices": [ | ||
| { | ||
| "value": { | ||
|
|
@@ -178,7 +178,7 @@ | |
| { | ||
| "type": "list", | ||
| "name": "bootstrapComponents", | ||
| "message": "How do you want to implements your Bootstrap components?", | ||
| "message": "How do you want to implement your Bootstrap components?", | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed 's'. |
||
| "choices": [ | ||
| { | ||
| "value": { | ||
|
|
@@ -213,7 +213,7 @@ | |
| { | ||
| "type": "list", | ||
| "name": "foundationComponents", | ||
| "message": "How do you want to implements your Foundation components?", | ||
| "message": "How do you want to implement your Foundation components?", | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed 's'. |
||
| "choices": [ | ||
| { | ||
| "value": { | ||
|
|
@@ -330,7 +330,7 @@ | |
| { | ||
| "type": "list", | ||
| "name": "htmlPreprocessor", | ||
| "message": "Which html template engine would you want?", | ||
| "message": "Which HTML template engine would you want?", | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changed 'html' to a more standard 'HTML'. |
||
| "choices": [ | ||
| { | ||
| "value": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed unnecessary apostrophe.