adds missing i18n

This commit is contained in:
decabeza
2017-10-23 20:14:21 +02:00
parent aa7dbaa9c4
commit 2081114628
3 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
<div class="row margin">
<div class="small-12 medium-3 column sidebar">
<h4>Preguntas</h4>
<h4><%= t("polls.show.results.title") %></h4>
<ul class="menu vertical">
<%- @poll.questions.each do |question| %>
<li><%=link_to question.title, "##{question.title.parameterize}" %></li>

View File

@@ -514,6 +514,7 @@ en:
white: "White votes"
null_votes: "Invalid"
results:
title: "Questions"
most_voted_answer: "Most voted answer: "
poll_questions:
create_question: "Create question"

View File

@@ -514,6 +514,7 @@ es:
white: "En blanco"
null_votes: "Nulos"
results:
title: "Preguntas"
most_voted_answer: "Respuesta más votada: "
poll_questions:
create_question: "Crear pregunta para votación"