Method: Sijka::Translator#smoken_with_locale

Defined in:
lib/sijka/translator.rb

#smoken_with_locale(subject) ⇒ Object



10
11
12
# File 'lib/sijka/translator.rb', line 10

def smoken_with_locale(subject)
  I18n.t subject, locale: I18n.locale, default: I18n.t('sijka', locale: :en)
end