module I18n

Public Instance Methods

t(key, options={})
Alias for: translate
translate(key, options={}) click to toggle source

Override translate (and t) method to I18n

# File lib/annotranslate.rb, line 375
def translate(key, options={})
  AnnoTranslate.translate_with_annotation([], @virtual_path, key, options)
end
Also aliased as: t