[PR #4328] [MERGED] feat(i18n): add missing Portuguese (Brazil) translations #4590

Closed
opened 2026-02-22 18:36:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4328
Author: @beckeryuri
Created: 8/25/2025
Status: Merged
Merged: 9/3/2025
Merged by: @timothycarambat

Base: masterHead: fix/missing-portuguese-translations


📝 Commits (4)

  • 6ce9488 feat(i18n): add missing Portuguese (Brazil) translations
  • 55ea6f7 normalized and verified
  • 252a235 linting
  • e850df5 Merge branch 'master' into fix/missing-portuguese-translations

📊 Changes

1 file changed (+113 additions, -101 deletions)

View changed files

📝 frontend/src/locales/pt_BR/common.js (+113 -101)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

N/A - Improvement to existing Portuguese (Brazil) localization

What is in this change?

This PR completes the missing Portuguese (Brazil) translations in the frontend/src/locales/pt_BR/common.js file.

Changes include:

  • Replace all null values with proper Portuguese translations
  • Add translations for Community Hub publishing features
  • Add translations for workspace LLM manager components
  • Add translations for profile settings messages
  • Complete keyboard shortcuts translations
  • Improve overall user experience for Portuguese Brazilian users

Files modified:

  • frontend/src/locales/pt_BR/common.js

Additional Information

The Portuguese (Brazil) locale file had many incomplete translations marked as null. This PR provides comprehensive translations for all missing strings, ensuring Brazilian Portuguese users have a fully localized experience.

All translations follow Brazilian Portuguese conventions and maintain consistency with existing translations in the file.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (not applicable for translations)
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4328 **Author:** [@beckeryuri](https://github.com/beckeryuri) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 9/3/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `fix/missing-portuguese-translations` --- ### 📝 Commits (4) - [`6ce9488`](https://github.com/Mintplex-Labs/anything-llm/commit/6ce9488b318b32634e40ce6d048ab0f44709e50a) feat(i18n): add missing Portuguese (Brazil) translations - [`55ea6f7`](https://github.com/Mintplex-Labs/anything-llm/commit/55ea6f746b174cfac7eae8fff086c425727f6ef3) normalized and verified - [`252a235`](https://github.com/Mintplex-Labs/anything-llm/commit/252a23509872a484230f7812ad53e8a3e361f1b5) linting - [`e850df5`](https://github.com/Mintplex-Labs/anything-llm/commit/e850df5a2833c2f6ed3ea10c8ee995148c0c73ea) Merge branch 'master' into fix/missing-portuguese-translations ### 📊 Changes **1 file changed** (+113 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/pt_BR/common.js` (+113 -101) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> <!-- Se não houver issue específica, você pode escrever: --> N/A - Improvement to existing Portuguese (Brazil) localization ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> This PR completes the missing Portuguese (Brazil) translations in the `frontend/src/locales/pt_BR/common.js` file. **Changes include:** - Replace all `null` values with proper Portuguese translations - Add translations for Community Hub publishing features - Add translations for workspace LLM manager components - Add translations for profile settings messages - Complete keyboard shortcuts translations - Improve overall user experience for Portuguese Brazilian users **Files modified:** - `frontend/src/locales/pt_BR/common.js` ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> The Portuguese (Brazil) locale file had many incomplete translations marked as `null`. This PR provides comprehensive translations for all missing strings, ensuring Brazilian Portuguese users have a fully localized experience. All translations follow Brazilian Portuguese conventions and maintain consistency with existing translations in the file. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (not applicable for translations) - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:08 -05:00
yindo closed this issue 2026-02-22 18:36:08 -05:00
yindo changed title from [PR #4328] feat(i18n): add missing Portuguese (Brazil) translations to [PR #4328] [MERGED] feat(i18n): add missing Portuguese (Brazil) translations 2026-06-05 15:19:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4590