Class: NumbersAndWords::Translations::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/numbers_and_words/translations/base.rb

Direct Known Subclasses

De, En, Es, Et, Fr, Hu, It, Lt, Lv, Nl, Ru, Se, Tr, Ua

Constant Summary collapse

I18N_NAMESPACE =
:numbers

Instance Method Summary collapse

Instance Method Details

#t(attribute, options = {}) ⇒ Object



6
7
8
# File 'lib/numbers_and_words/translations/base.rb', line 6

def t attribute, options = {}
  ::I18n.t attribute, options.merge(:scope => I18N_NAMESPACE)
end