-
Notifications
You must be signed in to change notification settings - Fork 1
Missing translations for vcs_summary issue keys #82
Copy link
Copy link
Open
Labels
bugSomething isn't working as it should.Something isn't working as it should.fixBug fixesBug fixesgood first issueGood for newcomersGood for newcomers
Description
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
- Run
matecommitin 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".
Version
Latest
Additional Context
The missing keys in the translation files are:
vcs_summary.issues_detectedvcs_summary.issues_closing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as it should.Something isn't working as it should.fixBug fixesBug fixesgood first issueGood for newcomersGood for newcomers