Skip to content

Commit e4fc4b8

Browse files
committed
ignore unused for translations in js
1 parent 644c46f commit e4fc4b8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

config/i18n-tasks.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,8 @@ search:
9999

100100
## Consider these keys used:
101101
# 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}.:'
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)