Method: Class#translate_entry_full

Defined in:
lib/avm/patches/class/i18n.rb

#translate_entry_full(entry_suffix) ⇒ Object



14
15
16
# File 'lib/avm/patches/class/i18n.rb', line 14

def translate_entry_full(entry_suffix)
  "#{translate_entry_self_prefix}.#{entry_suffix}"
end