removes unused i18n keys
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<% if @search_terms %>
|
||||
<h2>
|
||||
<%= page_entries_info @proposals %>
|
||||
<%= t("proposals.index.search_results", count: @proposals.size, search_term: @search_terms) %>
|
||||
<%= t("proposals.index.search_results_html", count: @proposals.size, search_term: @search_terms) %>
|
||||
</h2>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
@@ -95,7 +95,6 @@ en:
|
||||
price: Price
|
||||
wrong_price_format: Only integer numbers
|
||||
investment:
|
||||
title: Investment project
|
||||
add: Vote
|
||||
already_added: You have already added this investment project
|
||||
already_supported: You have already supported this. Share it!
|
||||
|
||||
@@ -95,7 +95,6 @@ es:
|
||||
price: Coste
|
||||
wrong_price_format: Solo puede incluir caracteres numéricos
|
||||
investment:
|
||||
title: Propuesta de inversión
|
||||
add: Votar
|
||||
already_added: "Ya has añadido esta propuesta de inversión"
|
||||
already_supported: Ya has apoyado esta propuesta. ¡Compártelo!
|
||||
|
||||
@@ -73,7 +73,6 @@ en:
|
||||
one: 1 comment
|
||||
other: "%{count} comments"
|
||||
zero: No comments
|
||||
debate: Debate
|
||||
votes:
|
||||
one: 1 vote
|
||||
other: "%{count} votes"
|
||||
@@ -362,7 +361,6 @@ en:
|
||||
one: 1 comment
|
||||
other: "%{count} comments"
|
||||
zero: No comments
|
||||
proposal: Proposal
|
||||
reason_for_supports_necessary: 1% of Census
|
||||
support: Support
|
||||
support_title: Support this proposal
|
||||
|
||||
@@ -73,7 +73,6 @@ es:
|
||||
one: 1 Comentario
|
||||
other: "%{count} Comentarios"
|
||||
zero: Sin comentarios
|
||||
debate: Debate
|
||||
votes:
|
||||
one: 1 voto
|
||||
other: "%{count} votos"
|
||||
@@ -362,7 +361,6 @@ es:
|
||||
one: 1 Comentario
|
||||
other: "%{count} Comentarios"
|
||||
zero: Sin comentarios
|
||||
proposal: Propuesta
|
||||
reason_for_supports_necessary: 1% del Censo
|
||||
support: Apoyar
|
||||
support_title: Apoyar esta propuesta
|
||||
|
||||
Reference in New Issue
Block a user