Skip to content

Commit a4ac302

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/i18n/tasks/missing_keys.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def missing_plural_tree(locale, base = base_locale, _skip_interpolation = false)
118118
end
119119
# Compare the keys to those existing in base
120120
next if ignore_key?(node.full_key(root: false), :missing)
121+
next if ignore_key?(node.full_key(root: false), :missing, locale)
121122
next if present_keys.superset?(required_keys)
122123

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

0 commit comments

Comments
 (0)