Useful aliases. Set I18n object before use them:
R18n.set('en') t.ok #=> "OK" l Time.now, :human #=> "now" r18n.locale.code #=> "en"
Localize object. Alias for r18n.l.
# File lib/r18n-core/helpers.rb, line 41 def l(*params) R18n.get.l(*params) end
Generated with the Darkfish Rdoc Generator 2.