I have this i18n problem
activerecord: notices: messages: success: create: \"Something was created\" models: user: suc
I set in config/application.rb usually
config.i18n.fallbacks =[:de, :fr, :en]
So you can declare the order of the fallback.
But keep attention in some environments/*.rb the configuration is overwritten.