module I18n
Public Class Methods
l(*args)
click to toggle source
# File lib/hyper-i18n/i18n.rb, line 100 def l(*args) HyperI18n::I18n.l(*args) end
t(*args)
click to toggle source
# File lib/hyper-i18n/i18n.rb, line 97 def t(*args) HyperI18n::I18n.t(*args) end