I have this i18n problem
activerecord: notices: messages: success: create: \"Something was created\" models: user: suc
Have you enabled fallbacks for your backend? Assuming it's Simple(based on yml in example):
put this in an initializer:
require "i18n/backend/fallbacks" I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
https://github.com/svenfuchs/i18n/wiki/Fallbacks