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:
parent
488c315b63
commit
af75542795
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue