@yaml_file_paths.each do |file_path|
            TranslationIO.info file_path, 2, 2
            file_translations = TranslationIO.yaml_load(File.read(file_path))

            if file_translations.present? && file_translations.values.all? { |value| value.present? }