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
At the moment, there isn't a way to customize or localize the error message. If you need to adjust the message (or do something else), you can define a global event listener:
Hey,
I would like to localize the
Content missing
message from here:turbo-rails/app/assets/javascripts/turbo.js
Line 1335 in 1aa7ba9
but I am not sure what's the appropriate way since this is a JS file that's putting a hardcoded string.
How can I get this to work with I18n?
Would monkeypatching this to use I18n.t and using the extension .js.erb work?
The text was updated successfully, but these errors were encountered: