[PR #2005] [CLOSED] feat: add Portuguese (PT-BR) translation to Documenso #1990

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2005
Author: @rsalcara
Created: 8/28/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

9 files changed (+13558 additions, -372 deletions)

View changed files

.github/workflows/build.yml (+77 -0)
📝 packages/lib/constants/i18n.ts (+5 -1)
📝 packages/lib/translations/de/web.po (+613 -70)
📝 packages/lib/translations/en/web.po (+549 -13)
📝 packages/lib/translations/es/web.po (+615 -71)
📝 packages/lib/translations/fr/web.po (+613 -70)
📝 packages/lib/translations/it/web.po (+628 -77)
📝 packages/lib/translations/pl/web.po (+613 -70)
packages/lib/translations/pt/web.po (+9845 -0)

📄 Description

Description

This pull request adds support for the Portuguese (PT-BR) language to the Documenso application.

What was done

  • Full PT-BR translations were added to the language files.
  • The system configuration was updated to support the new language.
  • Texts were reviewed for consistency.

This PR is an enhancement and is not related to a specific bug.

Changes Made

  • Added the Portuguese (PT-BR) language option.
  • 2 files modified, 1 commits in total.

Testing Performed

  • Tested locally by switching the application's language to PT-BR and checking all the main screens.
  • Performance and display of texts are correct.

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated automated tests to cover the new translations.
  • I have updated the documentation to reflect the new language.
  • I have followed the project's coding style guidelines.

Additional Notes

For reviewers: To test, simply change the application's language to PT-BR and navigate through the screens to check the translations.


🔄 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/2005 **Author:** [@rsalcara](https://github.com/rsalcara) **Created:** 8/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`f1cbcb4`](https://github.com/documenso/documenso/commit/f1cbcb429d14997f7abdabefa2155fd305cad351) pt-BR - [`268f66f`](https://github.com/documenso/documenso/commit/268f66f8b06483f7417fa39a851fbd96e28bb34a) chore: extract translations - [`1e61c86`](https://github.com/documenso/documenso/commit/1e61c867aab771018f8505681606448b574e35a4) chore: extract translations - [`23f0afd`](https://github.com/documenso/documenso/commit/23f0afd1b63517a89ce7ea880b3823890e579dc8) Create build.yml - [`9f70a5b`](https://github.com/documenso/documenso/commit/9f70a5b616a482cd636e7b0597f4b56ae1d478b3) fix: signature pad translation - [`a0813b4`](https://github.com/documenso/documenso/commit/a0813b4eff74429524f869990e59d30572cf472f) Merge branch 'main' into main - [`051ae23`](https://github.com/documenso/documenso/commit/051ae23395abb5dd2b86e786e4a05e197b6ef4af) chore: extract translations - [`7976af0`](https://github.com/documenso/documenso/commit/7976af057dc9e8de23b9b020299a800cbd4923c3) Merge branch 'main' into pr/2007 - [`36dcc21`](https://github.com/documenso/documenso/commit/36dcc2184bad99b040c8acfdbd402f0b2eb1af18) Merge branch 'documenso:main' into main - [`d1a59c2`](https://github.com/documenso/documenso/commit/d1a59c2d2aa5d760855bcb885ad14be900c8fdcb) Merge branch 'pr/2007' ### 📊 Changes **9 files changed** (+13558 additions, -372 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build.yml` (+77 -0) 📝 `packages/lib/constants/i18n.ts` (+5 -1) 📝 `packages/lib/translations/de/web.po` (+613 -70) 📝 `packages/lib/translations/en/web.po` (+549 -13) 📝 `packages/lib/translations/es/web.po` (+615 -71) 📝 `packages/lib/translations/fr/web.po` (+613 -70) 📝 `packages/lib/translations/it/web.po` (+628 -77) 📝 `packages/lib/translations/pl/web.po` (+613 -70) ➕ `packages/lib/translations/pt/web.po` (+9845 -0) </details> ### 📄 Description ## Description This pull request adds support for the Portuguese (PT-BR) language to the Documenso application. ### What was done - Full PT-BR translations were added to the language files. - The system configuration was updated to support the new language. - Texts were reviewed for consistency. ## Related Issue This PR is an enhancement and is not related to a specific bug. ## Changes Made - Added the Portuguese (PT-BR) language option. - 2 files modified, 1 commits in total. ## Testing Performed - Tested locally by switching the application's language to PT-BR and checking all the main screens. - Performance and display of texts are correct. ## Checklist - [x] I have tested these changes locally and they work as expected. - [ ] I have added/updated automated tests to cover the new translations. - [ ] I have updated the documentation to reflect the new language. - [x] I have followed the project's coding style guidelines. ## Additional Notes For reviewers: To test, simply change the application's language to PT-BR and navigate through the screens to check the translations. --- <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:57 +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#1990
No description provided.