Class: Symbol
Instance Method Summary collapse
-
#t(args = {}) ⇒ String
Lookup translated string identified by this symbol.
Instance Method Details
#t(args = {}) ⇒ String
Lookup translated string identified by this symbol
53 54 55 |
# File 'lib/olelo/locale.rb', line 53 def t(args = {}) Olelo::Locale.translate(self, args) end |