Docs (translations): Add Portuguese (pt-br) documentation for testing, migration, and FAQs. Bump to v9.2.1#4821
Open
MateusNavarro77 wants to merge 1 commit into
Conversation
…ing conventions, and FAQs. Bump bloc version in landing page to v9.2.1
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.
Hi there, I noticed that some pages in pt-br were not translated or were outdated. Since it's my native language, I decided to contribute by translating and synchronizing them.
Status
READY
Breaking Changes
NO
Description
This PR synchronizes and translates various missing/outdated documentation pages for Portuguese (pt-BR):
astro.config.mjs): Configured the translation keys for the entire Portuguese sidebar navigation.index.mdx): Updated the landing page to reference package versionv9.2.1in pt-BR.migration.mdx): Fully translated the comprehensive guide for migrating between major versions (v5.0.0 to v11.0.0) with MDX-compliant escapes.testing.mdx): Created the page detailing how to test Blocs/Cubits usingbloc_test.naming-conventions.mdx): Localized the official rules for naming Blocs, Cubits, Events, and States.faqs.mdx): Localized the frequently asked questions regarding architecture, async states, and other developer concerns.All files are structured identically to their English counterparts and the documentation build was verified successfully (
npm run build) with zero diagnostic errors and fully validated internal links.Type of Change