[PR #1906] [CLOSED] feat: add pt translations #1921

Closed
opened 2026-02-26 20:31:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1906
Author: @yagoveloso
Created: 7/16/2025
Status: Closed

Base: mainHead: feat/add-portuguese-translation


📝 Commits (10+)

  • 6b2a586 feat: initial extraction
  • 0f18b15 feat: add pt translations
  • 8135820 Merge branch 'main' into feat/add-portuguese-translation
  • e93cb85 feat: add docker-compose configuration and update database settings
  • 149dd74 chore: comment out documenso service configuration in docker-compose
  • aaf081e Merge branch 'main' into feat/add-portuguese-translation
  • b967d48 chore: add .p12 files to .gitignore
  • 21ce875 Merge pull request #1 from yagoveloso/feat/add-portuguese-translation
  • 19a1cbe chore: update pt-br translation
  • af57d9d Merge remote-tracking branch 'origin/main' into feat/add-portuguese-translation

📊 Changes

12 files changed (+9635 additions, -48 deletions)

View changed files

📝 .gitignore (+4 -0)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates._index.tsx (+1 -1)
cert.p12 (+0 -0)
docker-compose.yml (+132 -0)
📝 docker/production/compose.yml (+4 -4)
📝 packages/lib/constants/i18n.ts (+5 -1)
📝 packages/lib/translations/de/web.po (+12 -7)
📝 packages/lib/translations/es/web.po (+14 -8)
📝 packages/lib/translations/fr/web.po (+12 -7)
📝 packages/lib/translations/it/web.po (+24 -13)
📝 packages/lib/translations/pl/web.po (+12 -7)
packages/lib/translations/pt/web.po (+9415 -0)

📄 Description

Problem Solved

The application previously only supported limited languages, excluding Portuguese-speaking users from having a localized experience.

Changes Made

  • Added Portuguese language support to the application
  • Implemented Portuguese translations for user interface elements
  • Added Portuguese locale configuration

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

🔄 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/documenso/documenso/pull/1906 **Author:** [@yagoveloso](https://github.com/yagoveloso) **Created:** 7/16/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-portuguese-translation` --- ### 📝 Commits (10+) - [`6b2a586`](https://github.com/documenso/documenso/commit/6b2a586d74781054ff68783f12641d53a47763c2) feat: initial extraction - [`0f18b15`](https://github.com/documenso/documenso/commit/0f18b157d0c09d0db5faaa66f5c704b4264f2954) feat: add pt translations - [`8135820`](https://github.com/documenso/documenso/commit/81358203de35676a245f71edd860b9345676bbd6) Merge branch 'main' into feat/add-portuguese-translation - [`e93cb85`](https://github.com/documenso/documenso/commit/e93cb85bfd2f2199cb8816fcd8e67565d2adfc20) feat: add docker-compose configuration and update database settings - [`149dd74`](https://github.com/documenso/documenso/commit/149dd74e2f41cfdf70a9c597ec3971c882dd33a3) chore: comment out documenso service configuration in docker-compose - [`aaf081e`](https://github.com/documenso/documenso/commit/aaf081e59e9553145d1c23e9df700722d84c3f94) Merge branch 'main' into feat/add-portuguese-translation - [`b967d48`](https://github.com/documenso/documenso/commit/b967d489182738d010d5707ee0018b853503f711) chore: add .p12 files to .gitignore - [`21ce875`](https://github.com/documenso/documenso/commit/21ce875c2a9c9f788488008b1eadccf79ad5e3a0) Merge pull request #1 from yagoveloso/feat/add-portuguese-translation - [`19a1cbe`](https://github.com/documenso/documenso/commit/19a1cbe892b41f3b122de7b3f30fd1112d535e11) chore: update pt-br translation - [`af57d9d`](https://github.com/documenso/documenso/commit/af57d9d8beb4105621d1d158dbb16bdbc1b9b4f8) Merge remote-tracking branch 'origin/main' into feat/add-portuguese-translation ### 📊 Changes **12 files changed** (+9635 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates._index.tsx` (+1 -1) ➕ `cert.p12` (+0 -0) ➕ `docker-compose.yml` (+132 -0) 📝 `docker/production/compose.yml` (+4 -4) 📝 `packages/lib/constants/i18n.ts` (+5 -1) 📝 `packages/lib/translations/de/web.po` (+12 -7) 📝 `packages/lib/translations/es/web.po` (+14 -8) 📝 `packages/lib/translations/fr/web.po` (+12 -7) 📝 `packages/lib/translations/it/web.po` (+24 -13) 📝 `packages/lib/translations/pl/web.po` (+12 -7) ➕ `packages/lib/translations/pt/web.po` (+9415 -0) </details> ### 📄 Description ## Problem Solved The application previously only supported limited languages, excluding Portuguese-speaking users from having a localized experience. ## Changes Made - Added Portuguese language support to the application - Implemented Portuguese translations for user interface elements - Added Portuguese locale configuration ## Checklist - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1921
No description provided.