I18nRailsHelpers ================ [![Build Status](https://secure.travis-ci.org/huerlisi/i18n_rails_helpers.png)](http://travis-ci.org/huerlisi/i18n_rails_helpers) Rails i18n view helpers for things like crud actions, models and and attributes. Install ======= In Rails simply add gem 'i18n_rails_helpers' Example ======= t_attr('first_name') # 'Vorname' # when called in patients_controller views t_model # 'Konto' # when called in patients_controller views t_title('delete') # 'Konto löschen' # when called in accounts_controller views t_action('index') # 'Liste' t_confirm_delete(@account) # 'Konto Kasse wirklich löschen' License ======= Released under the MIT license.