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
While reviewing the VCS summary output, I noticed that translation strings are missing for specific issue tracking messages. This causes the application to display error placeholders instead of the correct localized text.
Reproduction Steps
Run matecommit in a repository context where commit messages reference specific issues (e.g., "Closes Dev #1").
Trigger the summary display.
Observe the output sections regarding detected issues.
Expected Behavior
I expected to see proper sentences describing the detected issues and the issues being closed.
Actual Behavior
The output displays "Missing translation: vcs_summary.issues_detected" and "Missing translation: vcs_summary.issues_closing".
Description
While reviewing the VCS summary output, I noticed that translation strings are missing for specific issue tracking messages. This causes the application to display error placeholders instead of the correct localized text.
Reproduction Steps
matecommitin a repository context where commit messages reference specific issues (e.g., "Closes Dev #1").Expected Behavior
I expected to see proper sentences describing the detected issues and the issues being closed.
Actual Behavior
The output displays "Missing translation: vcs_summary.issues_detected" and "Missing translation: vcs_summary.issues_closing".
Version
Latest
Additional Context
The missing keys in the translation files are:
vcs_summary.issues_detectedvcs_summary.issues_closing