We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3136085 + bb70ecb commit 18612deCopy full SHA for 18612de
lib/coverband/collectors/translation_tracker.rb
@@ -36,7 +36,7 @@ def concrete_target
36
app_translation_keys = []
37
app_translation_files = ::I18n.load_path.select { |f| f.match(/config\/locales/) }
38
app_translation_files.each do |file|
39
- app_translation_keys += flatten_hash(YAML.load_file(file)).keys
+ app_translation_keys += flatten_hash(YAML.load_file(file, aliases: true)).keys
40
end
41
app_translation_keys.uniq
42
else
0 commit comments