diff --git a/CHANGES.md b/CHANGES.md index eb8ed59c..3200d186 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## v0.2.20 + +* `rake i18n:usages` report + ## v0.2.17..v0.2.19 * Bugfixes diff --git a/README.md b/README.md index 4a12f016..af4bb7ab 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ locales: [es, fr] On Rails, if locales are set in the config file, you can make i18n tasks a lot faster by adding this to `Rakefile`: ```ruby -# disable loading :environment for i18n-tasks: +# disable loading :environment for i18n-tasks Rake::Task['i18n:setup'].clear_prerequisites ```