You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mailers act like controllers (indeed, they inherit from ActionController::Base), but using relative keys in mailers would trigger an untranslated key+unused key error pair because the method names are not factored in.
The immediate fix I see is in lib/i18n/tasks/scanners/pattern_scanner.rb, replace:
Mailers act like controllers (indeed, they inherit from ActionController::Base), but using relative keys in mailers would trigger an untranslated key+unused key error pair because the method names are not factored in.
The immediate fix I see is in lib/i18n/tasks/scanners/pattern_scanner.rb, replace:
with
The text was updated successfully, but these errors were encountered: