Call .to_sentence on site.key.table.entry. Translations are free to take advantage of this or ignore it completely

This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-26 18:23:06 +00:00
parent 488c315b63
commit af75542795

View file

@ -10,7 +10,7 @@
<%= image_tag "key/#{name}/#{entry['image']}" %>
</td>
<td class="mapkey-table-value">
<%= t "site.key.table.entry.#{entry['name']}" %>
<%= [*t("site.key.table.entry.#{entry['name']}")].to_sentence %>
</td>
</tr>
<% end %>