You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the translation of markdown and image files, the progress bar only shows the overall progress, without indicating which file is currently being processed.
Enhance the progress display to show the filename of the current file being translated, for both markdown and image translation processes. This will provide users with better visibility into the translation process and help in tracking the progress of specific files.
Suggested Implementation
For Markdown Translation:
Modify the translate_all_markdown_files function to include the current file name in the progress bar description.
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Any log messages given by the failure
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
azd version?
run azd version and copy paste here.
Versions
Mention any other details that might be useful
This feature would be beneficial in scenarios with large batches of files to keep track of which files have been processed.
It will also help in identifying specific files that might be causing delays during translation.
Thanks! We'll be in touch soon.
The text was updated successfully, but these errors were encountered:
Current Behavior
During the translation of markdown and image files, the progress bar only shows the overall progress, without indicating which file is currently being processed.
Expected/Desired Behavior
Enhance the progress display to show the filename of the current file being translated, for both markdown and image translation processes. This will provide users with better visibility into the translation process and help in tracking the progress of specific files.
Suggested Implementation
translate_all_markdown_files
function to include the current file name in the progress bar description.translate_all_image_files
function to show the current file name in the progress bar description.This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
OS and Version?
azd version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: