Class: NumbersAndWords::Translations::Base

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

Direct Known Subclasses

Cs, De, En, EnGb, Es, Et, Fr, Hu, Hy, It, Ka, Lt, Lv, Nl, Pt, PtBr, Ru, Se, Tr, Ua, Vi

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