Skip to content

Commit e804c6a

Browse files
committed
Check for ignored key in locale
1 parent f655f32 commit e804c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/i18n/tasks/missing_keys.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def missing_plural_tree(locale, base = base_locale, _skip_interpolation = false)
117117
Set.new
118118
end
119119
# Compare the keys to those existing in base
120-
next if ignore_key?(node.full_key(root: false), :missing)
120+
next if ignore_key?(node.full_key(root: false), :missing, locale)
121121
next if present_keys.superset?(required_keys)
122122

123123
# Mark for removal any existing keys that are not required

0 commit comments

Comments
 (0)