[i8n-pt] Fix grammar and expand Portuguese documentation #12598
+203
−11
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.
What does this PR do?
Fixes critical issues in the Portuguese (PT-BR) documentation and adds essential getting-started content.
Related to #12597
Changes
Grammar Fixes
index.md: Fixed verb agreement (queira→quer), adjective placement (modular caixa→caixa modular),verb form (
Têm→Há)installation.md: Simplified phrasing, fixed verb conjugation (irá→irão vincular)New Content
stable_diffusion.md(132 lines): Translated performance guide covering memory optimization, inferencespeed, and generation quality
in_translation.md: Placeholder page for untranslated content (prevents 404 errors)Structure
_toctree.yml: Expanded TOC with proper section hierarchy andin_translationmarkers for upcoming contentBefore vs After
Before: 3 pages with grammar errors, broken links → 404s
After: 4 pages with fixed grammar, organized TOC, placeholders instead of 404s
Before submitting
Note: Builds upon the excellent foundation created by @SirMonteiro in #5549. This PR updates and expands that work with grammar fixes and new content.
Who can review?
@patrickvonplaten (mentioned in TRANSLATING.md)
@sayakpaul
@SirMonteiro (original PT docs author)
@stevhliu