TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'difflation'
And then execute:
$ bundle
Or install it yourself as:
$ gem install difflation
Tasks:
- extract differences from gem/path/... 1.1 gem/path/ -> :locale/gem.yml
- coverage (check all app i18n, showing the translated percent (also CI)
- translations-missing (check all app i18n, telling what is left to translate, generating file or not(ci)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request