-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Converting FAQ to English #166
Conversation
Signed-off-by: Bala Raman <[email protected]>
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.
@xueqingxiao do you mind reviewing pull request please.
Signed-off-by: Bala Raman <[email protected]>
Used google transulate for doc update, please make correction if necessary. |
docs/faq.en-US.md
Outdated
|
||
Scaffolding defaults to the [eslint](http://eslint.org/) code style check. Please follow the prompts and resubmit it, or you can manually check `npm run lint`. | ||
|
||
### How to disable browser automatically when npm start is disabled? |
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.
disable browser opening automatically
docs/faq.en-US.md
Outdated
"start": "cross-env BROWSER=none roadhog server", | ||
``` | ||
|
||
### Does the site support internationalization? |
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.
Does Ant Design Pro support internationalization?
docs/faq.en-US.md
Outdated
|
||
### Does the site support internationalization? | ||
|
||
This is one of the features of Ant Design Pro. The first version is currently available in Chinese. Internationalization will be our top priority in the next step. |
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.
one of major features
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.
will be our top priority in the next step.
=>
is in our 2.0 plan and will be released soon.
Signed-off-by: Bala Raman <[email protected]>
@afc163 updated FAQ with your suggestions. |
Referring to ant-design/ant-design-pro#120, this is an attempt converting FAQ page to english.
@xueqingxiao