I have this i18n problem
activerecord: notices: messages: success: create: \"Something was created\" models: user: suc
When a :default option is given, its value will be returned if the translation is missing:
I18n.t :missing, :default => 'Not here' # => 'Not here'
More info here