Skip to content

Commit d512f89

Browse files
committed
Add message for each translation file being downloaded
Otherwise it really looks like the lane is frozen/deadlocked ^^
1 parent c9d3666 commit d512f89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_download_strings_files_from_glotpress.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def self.run(params)
1010

1111
locales.each do |glotpress_locale, lproj_name|
1212
# Download the export in the proper `.lproj` directory
13+
UI.message "Downloading translations for '#{lproj_name}' from GlotPress (#{glotpress_locale}) [#{params[:filters]}]..."
1314
lproj_dir = File.join(download_dir, "#{lproj_name}.lproj")
1415
destination = File.join(lproj_dir, "#{params[:table_basename]}.strings")
1516
FileUtils.mkdir(lproj_dir) unless Dir.exist?(lproj_dir)

0 commit comments

Comments
 (0)