Use I18n for activity translations
mainIf no view template is found, the gem falls back to I18n translations. You can render pure I18n strings by passing {display: :i18n} to the render methods. Define translations in your locale .yml files using the activity key structure.
activity:
article:
create: 'Article has been created'
update: 'Someone has edited the article'
destroy: 'Some user removed an article!'