english translation file re-search, if your language translation file hit lacked property
Add this line to your application's Gemfile:
gem 'i18n_manylang_patch'
And then execute:
$ bundle
Or install it yourself as:
$ gem install i18n_manylang_patch
when you use rails i18n gem translation using, if translation property is lacked, error message is printing. this gem prevent error message and re-search english translation property you need to create completely translation file only english!!
- 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