I18n.t(:label) == 'Label'
I18n.t(:name) == 'Name'
I18n.l(Date.new(2015, 01, 30)) == '30/01/2015'
I18n.t(:name, :count => 2) == 'Names'