Skip to content

Commit

Permalink
Fix language in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Apr 9, 2018
1 parent 7e07542 commit 2e37739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ You can whitelist the locales you use by setting this into an initializer, as ex
I18n.available_locales = [:en, :fr]
```

> If you have `rails-i18n` gem installed in your `Gemfile`, you should need to whitelist locales, to prevent generating a lot of
> locale files when you generate new component.
> If you have the `rails-i18n` gem in your `Gemfile`, you should whitelist locales to prevent creating a lot of
> locale files when you generate a new component.
### Configuration

Expand Down

0 comments on commit 2e37739

Please sign in to comment.