I18n::Airbrake
- when the translation can be found
- translates known keys normally
- uses the default normally
- when the translation cannot be found
- notifies airbrake in production environment
- titleizes the key in production environment
- raises the error in development environment
- raises the error in test environment
(straight from the specs)
Installation
Add this line to your application's Gemfile:
gem 'i18n-airbrake'
And then execute:
$ bundle
Usage
That should be it. There is no configuration (yet).
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request