module

I18n

No documentation available for this module.

Files

  • actionpack/lib/action_view/helpers/translation_helper.rb
  • activesupport/lib/active_support/i18n_railtie.rb

Nested classes and modules

3Notes

Nothing here

Mange · Feb 3, 20093 thanks

You're probably looking for I18n::Backend::Simple.

Looking for method "l" and "t"

ziemek · Mar 14, 20111 thank

translate # Lookup text translations localize # Localize Date and Time objects to local formats

These have the aliases #t and #l

look at ActionView::Helpers::TranslationHelper

Documentation of I18N

tpo · Sep 16, 2010