Update Catalan translation

This commit is contained in:
ricola 2026-01-20 22:33:19 -06:00
parent 4ac2aeaf5e
commit 4c13fb53d2
3 changed files with 30 additions and 30 deletions

View file

@ -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 %>