feat: update langs - #93
Merged
Merged
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
Regenerate the checked-in grammar artifacts and add tests for the new localized variants.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds Bulgarian and Turkish localized Git commit-message variants.
Changes:
- Adds a Bulgarian generated-comment separator.
- Adds Turkish double-quoted branch status variants.
File summaries
| File | Review findings |
|---|---|
grammar.js |
Generated grammar artifacts are stale, and regression coverage is missing for the new alternatives. |
Review details
Suppressed comments (3)
grammar.js:181
- The existing generated-comments corpus has Bulgarian separator fixtures, but none contains this newly accepted shortened line. Please add a corpus case in
test/corpus/generated_comments.txtso this exact localization is verified rather than leaving the new grammar branch untested.
"# Въведете съобщението за подаване на промѐните. Редовете, които",
grammar.js:410
- The generated-comments corpus currently exercises the single-quoted Turkish up-to-date form, but not this double-quoted form. Please add an input/expected-tree case for the new literal so a future regeneration or edit cannot silently break it.
seq("Dalınız \"", $.branch, "\" ile güncel."),
grammar.js:498
- The generated-comments corpus currently exercises the single-quoted Turkish ahead form, but not this comma/double-quoted variant. Please add an input/expected-tree case for the new literal so this newly accepted Git output is covered by the parser tests.
seq("Dalınız, \"", $.branch, "\" dalından ", $.number, " işleme ileride."),
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+181
to
182
| "# Въведете съобщението за подаване на промѐните. Редовете, които", | ||
| "# Въведете съобщението за подаване на промените. Редовете, които започват", |
Comment on lines
+181
to
182
| "# Въведете съобщението за подаване на промѐните. Редовете, които", | ||
| "# Въведете съобщението за подаване на промените. Редовете, които започват", |
gbprod
force-pushed
the
feat/update-lang-3
branch
from
August 25, 2026 13:29
9383821 to
db4a0e1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.