README.md in i18n-tasks-0.4.4 vs README.md in i18n-tasks-0.4.5
- old
+ new
@@ -16,11 +16,11 @@
## Installation
Add to Gemfile:
```ruby
-gem 'i18n-tasks', '~> 0.4.4'
+gem 'i18n-tasks', '~> 0.4.5'
```
i18n-tasks does not load or execute any of the application's code but performs static-only analysic.
This means you can install the gem and run it on a project without adding it to Gemfile.
@@ -121,9 +121,16 @@
## Configuration
Configuration is read from `config/i18n-tasks.yml` or `config/i18n-tasks.yml.erb`.
Inspect configuration with `i18n-tasks config`.
+
+
+You can generate a config file with:
+
+```ruby
+i18n-tasks config > config/i18n-tasks.yml
+```
### Locales
By default, `base_locale` is set to `en` and `locales` are inferred from the paths to data files.
You can override these in the config: