replaces unicode by yes/no

This commit is contained in:
kikito
2016-12-29 12:11:31 +01:00
parent 0a603b9e80
commit 55ea9f1089
4 changed files with 6 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
%>
</td>
<td class="small text-center">
<%= investment.valuation_finished? ? "✔ ": "✘" %>
<%= investment.valuation_finished? ? t('shared.yes'): t('shared.no') %>
</td>
<td class="small">
<% if investment.selected? %>

View File

@@ -105,7 +105,7 @@ es:
managed: Gestionando
valuating: En evaluación
valuation_finished: Evaluación finalizada
valuation_finished_feasible: Ev. Fin. Viable
valuation_finished_feasible: Viables
selected: Seleccionadas
all: Todas
title: Propuestas de inversión

View File

@@ -408,6 +408,8 @@ en:
show:
back: "Go back to my activity"
shared:
"yes": "Yes"
"no": "No"
advanced_search:
author_type: 'By author category'
author_type_blank: 'Select a category'

View File

@@ -408,6 +408,8 @@ es:
show:
back: "Volver a mi actividad"
shared:
"yes": "Sí"
"no": "No"
advanced_search:
author_type: 'Por categoría de autor'
author_type_blank: 'Elige una categoría'