File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Subtitles Translation with DeepL Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ def main():
382382 print (f"No .srt files found in directory: { INPUT_DIR } " ) # Output message
383383 return # Exit the program
384384
385- with tqdm (srt_files , desc = f"{ BackgroundColors .GREEN } Translating SRT files" , unit = "file" ) as progress_bar : # Progress bar for SRT files
385+ with tqdm (srt_files , desc = f"{ BackgroundColors .GREEN } Translating { BackgroundColors . CYAN } SRT{ BackgroundColors . GREEN } files" , unit = "file" ) as progress_bar : # Progress bar for SRT files
386386 for srt_file in progress_bar : # Iterate through each SRT file
387387 progress_bar .set_description (f"{ BackgroundColors .GREEN } Processing: { BackgroundColors .CYAN } { srt_file .name } { BackgroundColors .GREEN } " )
388388
You can’t perform that action at this time.
0 commit comments