Translate to Catalan
This commit is contained in:
parent
3fa8c69a49
commit
e826d79240
12 changed files with 502 additions and 110 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<h1><%= @vote.title %> (Draft)</h1>
|
||||
<h1><%= @vote.title %> <%= _("(Draft)") %></h1>
|
||||
|
||||
<p><%= @vote.description %></p>
|
||||
|
||||
<h2>Organizers</h2>
|
||||
<h2><%= _("Organizers") %></h2>
|
||||
|
||||
<ul>
|
||||
<% @vote.organizers.each do |organizer| %>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
<% end %>
|
||||
</ul>
|
||||
|
||||
<h2>Candidates</h2>
|
||||
<h2><%= _("Candidates") %></h2>
|
||||
|
||||
<% @vote.candidates.each do |candidate| %>
|
||||
<h3><%= candidate.name %></h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue