Skip to content

Commit 4d734d7

Browse files
committed
ignore unused for translations in js
1 parent 7d34ed0 commit 4d734d7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

config/i18n-tasks.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,9 @@ search:
9898
# - '{devise,simple_form}.*'
9999

100100
## Consider these keys used:
101-
# ignore_unused:
102-
# - 'activerecord.attributes.*'
103-
# - '{devise,kaminari,will_paginate}.*'
104-
# - 'simple_form.{yes,no}'
105-
# - 'simple_form.{placeholders,hints,labels}.*'
106-
# - 'simple_form.{error_notification,required}.:'
101+
ignore_unused:
102+
- 'patient.call_log.table.view_more'
103+
- 'patient.call_log.table.view_less'
107104

108105
## Exclude these keys from the `i18n-tasks eq-base' report:
109106
# ignore_eq_base:

0 commit comments

Comments
 (0)