I have this i18n problem
activerecord: notices: messages: success: create: \"Something was created\" models: user: suc
In rails 3+, this is set in the config/environments files :
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to # the I18n.default_locale when a translation can not be found) config.i18n.fallbacks = true