adds i18n ignore for section_header keys

This commit is contained in:
decabeza
2017-08-30 17:53:02 +02:00
parent 4e7e1410e9
commit c15b78b802

View File

@@ -114,6 +114,7 @@ ignore_missing:
ignore_unused: ignore_unused:
- 'budgets.phase.*' - 'budgets.phase.*'
- 'budgets.investments.index.orders.*' - 'budgets.investments.index.orders.*'
- 'budgets.index.section_header.*'
- 'activerecord.*' - 'activerecord.*'
- 'activemodel.*' - 'activemodel.*'
- 'unauthorized.*' - 'unauthorized.*'
@@ -148,16 +149,20 @@ ignore_unused:
- 'valuation.budget_investments.index.filter*' - 'valuation.budget_investments.index.filter*'
- 'users.show.filters.*' - 'users.show.filters.*'
- 'polls.index.filters.*' - 'polls.index.filters.*'
- 'polls.index.section_header.*'
- 'debates.index.select_order' - 'debates.index.select_order'
- 'debates.index.orders.*' - 'debates.index.orders.*'
- 'debates.index.section_header.*'
- 'proposals.index.select_order' - 'proposals.index.select_order'
- 'proposals.index.orders.*' - 'proposals.index.orders.*'
- 'proposals.index.section_header.*'
- 'spending_proposals.index.search_form.*' - 'spending_proposals.index.search_form.*'
- '*.index.search_form.*' - '*.index.search_form.*'
- 'notifications.index.comments_on*' - 'notifications.index.comments_on*'
- 'notifications.index.replies_to*' - 'notifications.index.replies_to*'
- 'notifications.index.proposal_notification*' - 'notifications.index.proposal_notification*'
- 'legislation.processes.index.filter*' - 'legislation.processes.index.filter*'
- 'legislation.processes.index.section_header.*'
- 'helpers.page_entries_info.*' # kaminari - 'helpers.page_entries_info.*' # kaminari
- 'views.pagination.*' # kaminari - 'views.pagination.*' # kaminari
- 'shared.suggest.*' - 'shared.suggest.*'