module
I18n
rails latest stable
No documentation available for this module.
Files
- activesupport/lib/active_support/i18n_railtie.rb
Nested classes and modules
3Notes
Nothing here
You're probably looking for I18n::Backend::Simple.
Looking for method "l" and "t"
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
lives f.ex. here: http://rdoc.info/github/svenfuchs/i18n/master/I18n