Ruby on Rails Thursday, December 26, 2019

I have deployed devise & devise-i18n to internationalize devise. Everything works well - including all the i18n - except that flash messages generated by devise do not get translated

=> messages generated by devise and accessed via resource.errors.full_messages are localized
e.g. try to "sign_up" with no information filled in


=> flashes generated by devise are not localized
e.g. try to "sign_in" with no information filled in


Any idea why? Any idea on how to fix this?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/cecccb6f-1a79-4675-946b-78e6693f3f5b%40googlegroups.com.

No comments:

Post a Comment