Move label translations to activerecord.yml
This commit is contained in:
committed by
voodoorai2000
parent
78055555cf
commit
f70adbe23a
@@ -20,8 +20,7 @@
|
|||||||
<div class="ckeditor small-12 column">
|
<div class="ckeditor small-12 column">
|
||||||
<%= translations_form.cktext_area :description,
|
<%= translations_form.cktext_area :description,
|
||||||
maxlength: Debate.description_max_length,
|
maxlength: Debate.description_max_length,
|
||||||
ckeditor: { language: I18n.locale },
|
ckeditor: { language: I18n.locale } %>
|
||||||
label: t("debates.form.debate_text") %>
|
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|||||||
@@ -181,7 +181,10 @@ en:
|
|||||||
author: "Author"
|
author: "Author"
|
||||||
description: "Opinion"
|
description: "Opinion"
|
||||||
terms_of_service: "Terms of service"
|
terms_of_service: "Terms of service"
|
||||||
|
title: "Title"
|
||||||
|
debate/translation:
|
||||||
title: "Debate title"
|
title: "Debate title"
|
||||||
|
description: "Initial debate text"
|
||||||
proposal:
|
proposal:
|
||||||
author: "Author"
|
author: "Author"
|
||||||
title: "Title"
|
title: "Title"
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ en:
|
|||||||
submit_button: Save changes
|
submit_button: Save changes
|
||||||
show_link: View debate
|
show_link: View debate
|
||||||
form:
|
form:
|
||||||
debate_text: Initial debate text
|
|
||||||
debate_title: Debate title
|
debate_title: Debate title
|
||||||
tags_instructions: Tag this debate.
|
tags_instructions: Tag this debate.
|
||||||
tags_label: Topics
|
tags_label: Topics
|
||||||
|
|||||||
@@ -184,6 +184,9 @@ es:
|
|||||||
description: "Opinión"
|
description: "Opinión"
|
||||||
terms_of_service: "Términos de servicio"
|
terms_of_service: "Términos de servicio"
|
||||||
title: "Título del debate"
|
title: "Título del debate"
|
||||||
|
debate/translation:
|
||||||
|
title: "Título del debate"
|
||||||
|
description: "Texto inicial del debate"
|
||||||
proposal:
|
proposal:
|
||||||
author: "Autor"
|
author: "Autor"
|
||||||
title: "Título"
|
title: "Título"
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ es:
|
|||||||
submit_button: Guardar cambios
|
submit_button: Guardar cambios
|
||||||
show_link: Ver debate
|
show_link: Ver debate
|
||||||
form:
|
form:
|
||||||
debate_text: Texto inicial del debate
|
|
||||||
debate_title: Título del debate
|
debate_title: Título del debate
|
||||||
tags_instructions: Etiqueta este debate.
|
tags_instructions: Etiqueta este debate.
|
||||||
tags_label: Temas
|
tags_label: Temas
|
||||||
|
|||||||
Reference in New Issue
Block a user