Method: Translating#trl

Defined in:
lib/translating.rb

#trl(t, *args) ⇒ Object

Translate a string to the currently set langage. The args parameter may contain replacement-text which will appear at the positions indicated by wildcard-characters in the original string.



80
81
82
# File 'lib/translating.rb', line 80

def trl(t, *args )
  Translating::trl(t, args)
end