<%= form_with(model: translation, local: true) do |form| %> <% if translation.errors.any? %>

<%= pluralize(translation.errors.count, "error") %> prohibited this translation from being saved:

<% end %>
<%= form.submit %>
<% end %>