This PR introduces the initial Portuguese (Brazil) (pt-BR) translation for the Hyperf documentation, making the framework more accessible to Portuguese-speaking developers, especially in Brazil.
With Hyperf getting increasingly popular in Brazil, this helps lower the language barrier for a large and active developer community and supports continued adoption and community growth.
Scope of changes
Added the base directory structure for the Portuguese (Brazil) translation (docs/pt-br/).
Translated the core documentation pages (e.g., installation, configuration, core components).
Translated the changelogs (docs/pt-br/changelog/), where applicable.
Ensured all technical terms, code snippets, and PR links remain intact and accurate.
Followed the established translation and formatting conventions used in the existing documentation.
Used the English documentation as the base/reference for the translation.
Checklist
I have read the Contributing Guide.
I have translated the documents accurately while preserving technical terms.
I have tested the markdown formatting locally to ensure there are no broken links or broken code blocks.
I have maintained the same file structure as the English/Chinese documentation.
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
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?
This PR introduces the initial Portuguese (Brazil) (pt-BR) translation for the Hyperf documentation, making the framework more accessible to Portuguese-speaking developers, especially in Brazil.
With Hyperf getting increasingly popular in Brazil, this helps lower the language barrier for a large and active developer community and supports continued adoption and community growth.
Scope of changes
Checklist