Sha256: 1bea52b07fb243377bde59408eab1c0b53f604bfa82c79625495cbc95a1c04e2

Contents?: true

Size: 649 Bytes

Versions: 56

Compression:

Stored size: 649 Bytes

Contents

I18nRailsHelpers
================

Rails i18n view helpers for things like crud actions, models and and attributes.


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'


Copyright (c) 2010 Simon Hürlimann <simon.huerlimann@cyt.ch>
Copyright (c) 2010 CyT <http://www.cyt.ch>

Released under the MIT license.

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
i18n_rails_helpers-1.4.12 README.markdown
i18n_rails_helpers-1.4.11 README.markdown
i18n_rails_helpers-1.4.10 README.markdown
i18n_rails_helpers-1.4.9 README.markdown
i18n_rails_helpers-1.4.8 README.markdown
i18n_rails_helpers-1.4.7 README.markdown
i18n_rails_helpers-1.4.6 README.markdown
i18n_rails_helpers-1.4.5 README.markdown
i18n_rails_helpers-1.4.4 README.markdown
i18n_rails_helpers-1.4.3 README.markdown
i18n_rails_helpers-1.4.2 README.markdown
i18n_rails_helpers-1.4.1 README.markdown
i18n_rails_helpers-1.4.0 README.markdown
i18n_rails_helpers-1.3.1 README.markdown
i18n_rails_helpers-1.3.0 README.markdown
i18n_rails_helpers-1.2.0 README.markdown
i18n_rails_helpers-1.1.0 README.markdown
i18n_rails_helpers-1.0.9 README.markdown
i18n_rails_helpers-1.0.8 README.markdown
i18n_rails_helpers-1.0.7 README.markdown