Skip to content
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

[DOCS] Update readme for custom lang options #7

Merged
merged 1 commit into from
Jan 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,17 @@ ember init -b ember-a11y-blueprint
Usage
------------------------------------------------------------------------------

[Longer description of how to use the addon in apps.]
### Using custom language with the blueprint

If you want to set a language other than `en` as your default language for your app
you can make use of the `--lang` option with the blueprint.

For example if you want `es` as your default language,
```
ember init -b ember-a11y-blueprint --lang=es
```

For the entire list of available language codes, you can refer [here](https://www.loc.gov/standards/iso639-2/php/English_list.php)

Contributing
------------------------------------------------------------------------------
Expand Down