<% for t in @translations %> <% end %>
key translation scope locale default zero one few many state actions
<%= h t.key %> <%= h t.translation%> <%= h t.scope %> <%= h t.locale %> <%= h t.default %> <%= h t.zero %> <%= h t.one %> <%= h t.few %> <%= h t.many %> <%= h t.state %> <%= link_to("Edit translation", edit_translation_path(t)) %>
<%= link_to("New translation", new_translation_path) %>