Adds missing i18n on welcome recommendations
This commit is contained in:
@@ -29,8 +29,12 @@
|
|||||||
|
|
||||||
<div class="orbit-bullets">
|
<div class="orbit-bullets">
|
||||||
<% recommendeds.each_with_index do |recommended, index| %>
|
<% recommendeds.each_with_index do |recommended, index| %>
|
||||||
<button data-slide="<%= index %>" class="<%= is_active_class(index) %>">
|
<button class="<%= is_active_class(index) %>"
|
||||||
<span class="show-for-sr">Second slide details.</span>
|
title="<%= t("welcome.recommended.slide", title: recommended.title) %>"
|
||||||
|
data-slide="<%= index %>">
|
||||||
|
<span class="show-for-sr">
|
||||||
|
<%= t("welcome.recommended.slide", title: recommended.title) %>
|
||||||
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -807,6 +807,7 @@ en:
|
|||||||
btn_text_link: All recommended proposals
|
btn_text_link: All recommended proposals
|
||||||
budget_investments:
|
budget_investments:
|
||||||
title: Recommended investments
|
title: Recommended investments
|
||||||
|
slide: "See %{title}"
|
||||||
verification:
|
verification:
|
||||||
i_dont_have_an_account: I don't have an account
|
i_dont_have_an_account: I don't have an account
|
||||||
i_have_an_account: I already have an account
|
i_have_an_account: I already have an account
|
||||||
|
|||||||
@@ -806,6 +806,7 @@ es:
|
|||||||
btn_text_link: Todas las propuestas recomendadas
|
btn_text_link: Todas las propuestas recomendadas
|
||||||
budget_investments:
|
budget_investments:
|
||||||
title: Presupuestos recomendados
|
title: Presupuestos recomendados
|
||||||
|
slide: "Ver %{title}"
|
||||||
verification:
|
verification:
|
||||||
i_dont_have_an_account: No tengo cuenta, quiero crear una y verificarla
|
i_dont_have_an_account: No tengo cuenta, quiero crear una y verificarla
|
||||||
i_have_an_account: Ya tengo una cuenta que quiero verificar
|
i_have_an_account: Ya tengo una cuenta que quiero verificar
|
||||||
|
|||||||
Reference in New Issue
Block a user