class ReeI18n::WithLocale

def call(paths, &block)

def call(paths, &block)
  I18n.with_locale(locale, &block)
end