module Russial::Dictionary::I18n

Private Instance Methods

prepare_dictionary(*) click to toggle source
# File lib/russial/dictionary/i18n.rb, line 8
def prepare_dictionary(*)
  ::I18n.t(word, scope: self.class.config.i18n_scope)
end