Update Catalan translation
This commit is contained in:
parent
4ac2aeaf5e
commit
4c13fb53d2
3 changed files with 30 additions and 30 deletions
|
|
@ -100,12 +100,12 @@
|
|||
<% end %>
|
||||
<% if n == 1 %>
|
||||
<% value = settings.values.select { |e| e[:id] == previous }.first %>
|
||||
<%= _("Removing a vote of value: ") %>
|
||||
<%= _("Removing a vote of rating: ") %>
|
||||
<span class="badge bg-<%= value[:id] %>"><%= _(value[:label]) %></span>
|
||||
<% end %>
|
||||
<% if n > 1 %>
|
||||
<% value = settings.values.select { |e| e[:id] == previous }.first %>
|
||||
<%= _("Removing another vote of value: ") %>
|
||||
<%= _("Removing another vote of rating: ") %>
|
||||
<span class="badge bg-<%= value[:id] %>"><%= _(value[:label]) %></span>
|
||||
<% end %>
|
||||
<% previous = a.mj %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue