feat(plugin-redirects): add Portuguese translation#15269
Merged
paulpopus merged 3 commits intopayloadcms:mainfrom Apr 2, 2026
Merged
feat(plugin-redirects): add Portuguese translation#15269paulpopus merged 3 commits intopayloadcms:mainfrom
paulpopus merged 3 commits intopayloadcms:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds Portuguese (pt) language support to the redirects plugin by creating a new translation file and registering it in the translations index.
Changes:
- Created Portuguese translation file with all required translation keys
- Registered the Portuguese locale in the translations index
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/plugin-redirects/src/translations/languages/pt.ts | New translation file containing Portuguese translations for all 6 redirect plugin keys |
| packages/plugin-redirects/src/translations/index.ts | Added import and registration of the Portuguese translation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
paulpopus
approved these changes
Apr 2, 2026
Contributor
|
🚀 This is included in version v3.82.0 |
milamer
pushed a commit
to milamer/payload
that referenced
this pull request
Apr 20, 2026
### What? Adds Portuguese (pt) translations to the redirects plugin. ### Why? To support Portuguese-speaking users who utilize the redirects plugin, ensuring the Admin UI is fully localized for them. ### How? Created `packages/plugin-redirects/src/translations/languages/pt.ts` with the translated keys. Registered the `pt` locale in `packages/plugin-redirects/src/translations/index.ts`. --------- Co-authored-by: Paul Popus <paul@payloadcms.com>
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.
What?
Adds Portuguese (pt) translations to the redirects plugin.
Why?
To support Portuguese-speaking users who utilize the redirects plugin, ensuring the Admin UI is fully localized for them.
How?
Created
packages/plugin-redirects/src/translations/languages/pt.tswith the translated keys.Registered the
ptlocale inpackages/plugin-redirects/src/translations/index.ts.