[PR #2306] [MERGED] fix(i18n): mark field content for translation #2201

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2306
Author: @mKoonrad
Created: 12/9/2025
Status: Merged
Merged: 12/15/2025
Merged by: @dguyen

Base: mainHead: add-translation-field-content


📝 Commits (1)

  • 3c9b5f2 fix(i18n): mark strings for translation

📊 Changes

1 file changed (+5 additions, -2 deletions)

View changed files

📝 packages/ui/primitives/document-flow/field-content.tsx (+5 -2)

📄 Description

Description

I mark for translation missing messages in packages/ui/primitives/document-flow/field-content.tsx file.

Changes Made

  • Mark missing strings for translation with <Trans> tag

Testing Performed

  • npm run build
  • Check web.po file

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/2306 **Author:** [@mKoonrad](https://github.com/mKoonrad) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `add-translation-field-content` --- ### 📝 Commits (1) - [`3c9b5f2`](https://github.com/documenso/documenso/commit/3c9b5f2cf0103ac5fb4f237b56cc1873132bef1e) fix(i18n): mark strings for translation ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/ui/primitives/document-flow/field-content.tsx` (+5 -2) </details> ### 📄 Description ## Description I mark for translation missing messages in `packages/ui/primitives/document-flow/field-content.tsx` file. ## Changes Made - Mark missing strings for translation with `<Trans>` tag ## Testing Performed - `npm run build` - Check `web.po` file ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [x] 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. - [x] 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:32:53 +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#2201
No description provided.