Override translate (and t) method to I18n
translate
t
I18n
# File lib/annotranslate.rb, line 375 def translate(key, options={}) AnnoTranslate.translate_with_annotation([], @virtual_path, key, options) end