Fixes missing i18n
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<%= form.label :skip_map do %>
|
<%= form.label :skip_map do %>
|
||||||
<%= form.check_box :skip_map,
|
<%= form.check_box :skip_map,
|
||||||
title: t("proposals.form.map_skip_checkbox"),
|
title: t("#{i18n_namespace}.form.map_skip_checkbox"),
|
||||||
label: false,
|
label: false,
|
||||||
class: 'js-toggle-map' %>
|
class: 'js-toggle-map' %>
|
||||||
<span class="checkbox">
|
<span class="checkbox">
|
||||||
|
|||||||
@@ -176,6 +176,7 @@ ignore_unused:
|
|||||||
- 'admin.legislation.processes.process.*'
|
- 'admin.legislation.processes.process.*'
|
||||||
- 'legislation.processes.index.*'
|
- 'legislation.processes.index.*'
|
||||||
- 'votes.budget_investments.different_heading_assigned*'
|
- 'votes.budget_investments.different_heading_assigned*'
|
||||||
|
- '*.form.map_skip_checkbox'
|
||||||
# - '{devise,kaminari,will_paginate}.*'
|
# - '{devise,kaminari,will_paginate}.*'
|
||||||
# - 'simple_form.{yes,no}'
|
# - 'simple_form.{yes,no}'
|
||||||
# - 'simple_form.{placeholders,hints,labels}.*'
|
# - 'simple_form.{placeholders,hints,labels}.*'
|
||||||
|
|||||||
Reference in New Issue
Block a user