Project

General

Profile

Defect #32518 ยป locale.patch

Hardcode english locale in MailHandler - Anthony Mallet, 2019-11-26 17:18

View differences:

app/models/mail_handler.rb
148 148
      end
149 149
    end
150 150
    User.current = @user
151
    ::I18n.locale = :en
151 152
    dispatch
152 153
  end
153 154

  
    (1-1/1)