Module: I18n::Backend::Fallbacks
- Defined in:
- lib/annotranslate.rb
Instance Method Summary collapse
Instance Method Details
#translate(locale, key, options = {}) ⇒ Object
367 368 369 |
# File 'lib/annotranslate.rb', line 367 def translate(locale, key, ={}) AnnoTranslate.translate_with_annotation([], @virtual_path, key, ) end |