Lookup translated string identified by this symbol.
Lookup translated string identified by this symbol
Parameters:
Arguments hash for string interpolation
Returns:
translated string
See Also:
53 54 55
# File 'lib/olelo/locale.rb', line 53 def t(args = {}) Olelo::Locale.translate(self, args) end