Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/vulgata/vulgata_translate_includes.rb

Instance Method Summary collapse

Instance Method Details

#translate(options = {}) ⇒ Object



8
9
10
# File 'lib/vulgata/vulgata_translate_includes.rb', line 8

def translate(options = {})
  I18n.backend.vulgata_translate(I18n.locale, self.to_s, options)
end