class Sidekiq::Middleware::I18n::Server

Pull the msg locale out and set the current thread to use it.

def call(_jobclass, job, _queue, &block)

def call(_jobclass, job, _queue, &block)
  I18n.with_locale(job.fetch("locale", I18n.default_locale), &block)
end