Fix markdown lint errors and add pt_BR language support#3
Merged
edgarberlinck merged 4 commits intomainfrom Jan 19, 2026
Merged
Fix markdown lint errors and add pt_BR language support#3edgarberlinck merged 4 commits intomainfrom
edgarberlinck merged 4 commits intomainfrom
Conversation
- Remove double blank lines at lines 1425, 2033, 2836, 3804 - Add missing blank line before heading at line 662 - Add pt_BR to Language enum in tools/i18n.ts - Add pt_BR book generation to tools/make-books.sh Co-authored-by: edgarberlinck <[email protected]>
Line 54 should validate English epub, not Chinese epub (duplicate) Co-authored-by: edgarberlinck <[email protected]>
Copilot
AI
changed the title
[WIP] Fix Markdown lint issues and add pt_BR language support
Fix markdown lint errors and add pt_BR language support
Jan 19, 2026
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.
Addresses maintainer feedback on PR gibbok#137 for Brazilian Portuguese translation: fixes MD012/MD022 markdown lint failures and integrates pt_BR into the tooling pipeline.
Markdown Fixes (README-pt_BR.md)
Language Integration
tools/i18n.tspt_BRtoLanguageenum, type, and arraytools/make-books.shINPUT_PT,OUTPUT_PT,TITLE_PT)Note
Compile errors in pt_BR are pre-existing translation issues (missing
<!-- skip -->comments: 26/54 present vs English). Out of scope for this lint fix.Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.