added i18n to process form
This commit is contained in:
@@ -210,17 +210,17 @@
|
||||
</div>
|
||||
|
||||
<div class="small-12 column">
|
||||
<h3>Process banner color</h3>
|
||||
<h3><%= t("admin.legislation.processes.form.banner_title") %></h3>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="small-3 column">
|
||||
<%= f.label :sections, "Background color" %>
|
||||
<%= f.label :sections, t("admin.legislation.processes.form.banner_background_color") %>
|
||||
<%= color_field(:process, :background_color, id: 'banner_background_color_picker') %>
|
||||
<%= f.text_field :background_color, label: false, id: 'banner_background_color' %>
|
||||
</div>
|
||||
<div class="small-3 column end">
|
||||
<%= f.label :sections, "Font color" %>
|
||||
<%= f.label :sections, t("admin.legislation.processes.form.banner_font_color") %>
|
||||
<%= color_field(:process, :font_color, id: 'banner_font_color_picker') %>
|
||||
<%= f.text_field :font_color, label: false, id: 'banner_font_color' %>
|
||||
</div>
|
||||
|
||||
@@ -415,6 +415,9 @@ en:
|
||||
homepage: Description
|
||||
homepage_description: Here you can explain the content of the process
|
||||
homepage_enabled: Homepage enabled
|
||||
banner_title: Banner colors
|
||||
banner_background_color: Background colour
|
||||
banner_font_color: Font colour
|
||||
index:
|
||||
create: New process
|
||||
delete: Delete
|
||||
|
||||
@@ -415,6 +415,9 @@ es:
|
||||
homepage: Descripción
|
||||
homepage_description: Aquí puedes explicar el contenido del proceso
|
||||
homepage_enabled: Homepage activada
|
||||
banner_title: Colores del banner
|
||||
banner_background_color: Color de fondo
|
||||
banner_font_color: Color del texto
|
||||
index:
|
||||
create: Nuevo proceso
|
||||
delete: Borrar
|
||||
|
||||
Reference in New Issue
Block a user