[PR #2174] [MERGED] fix(i18n): mark table headers for translation #2097

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2174
Author: @mKoonrad
Created: 11/11/2025
Status: Merged
Merged: 12/1/2025
Merged by: @dguyen

Base: mainHead: fix(i18n)/2173-mark-translation


📝 Commits (10+)

  • dc0f2c2 fix(i18n): mark strings for translation
  • 80d914f chore: re-run test
  • 65ef31d chore: re-run test
  • c4d65fc Merge branch 'main' into fix(i18n)/2173-mark-translation
  • 4a50d1c chore: re-run test
  • 58a3f19 chore: re-run test
  • 4baccd3 chore: re-run test
  • 68cedda Merge branch 'main' into fix(i18n)/2173-mark-translation
  • 97dd5a2 Merge branch 'main' into fix(i18n)/2173-mark-translation
  • 73dc877 chore: re-run test

📊 Changes

5 files changed (+6 additions, -6 deletions)

View changed files

📝 apps/remix/app/components/tables/admin-dashboard-users-table.tsx (+1 -1)
📝 apps/remix/app/components/tables/admin-document-recipient-item-table.tsx (+1 -1)
📝 apps/remix/app/components/tables/document-logs-table.tsx (+2 -2)
📝 apps/remix/app/components/tables/settings-security-activity-table.tsx (+1 -1)
📝 apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx (+1 -1)

📄 Description

Description

Fixes #2173

Changes Made

  • Mark missing table headers for translation

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/2174 **Author:** [@mKoonrad](https://github.com/mKoonrad) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix(i18n)/2173-mark-translation` --- ### 📝 Commits (10+) - [`dc0f2c2`](https://github.com/documenso/documenso/commit/dc0f2c20658957e4bc150934e48e8899c3a969d1) fix(i18n): mark strings for translation - [`80d914f`](https://github.com/documenso/documenso/commit/80d914f1f192d31983757e6c18fe35422531efea) chore: re-run test - [`65ef31d`](https://github.com/documenso/documenso/commit/65ef31da3f442b26af5317d7edf51e90d08c4da6) chore: re-run test - [`c4d65fc`](https://github.com/documenso/documenso/commit/c4d65fce322383279091d7d7e081f8f84deec7e2) Merge branch 'main' into fix(i18n)/2173-mark-translation - [`4a50d1c`](https://github.com/documenso/documenso/commit/4a50d1c935ad384798a00e3fb6a953cedb343ca7) chore: re-run test - [`58a3f19`](https://github.com/documenso/documenso/commit/58a3f19c0f3960f9a95c61e01265d9764fc99301) chore: re-run test - [`4baccd3`](https://github.com/documenso/documenso/commit/4baccd3b56c85bd45730b5de539f02fd1ee307e2) chore: re-run test - [`68cedda`](https://github.com/documenso/documenso/commit/68ceddaa228a42eaf96b45b77b135ed5e20215f0) Merge branch 'main' into fix(i18n)/2173-mark-translation - [`97dd5a2`](https://github.com/documenso/documenso/commit/97dd5a2fdded740fb5c21025de8b9985b2c83569) Merge branch 'main' into fix(i18n)/2173-mark-translation - [`73dc877`](https://github.com/documenso/documenso/commit/73dc8773747fa47a615dc964f9ae9158eb640898) chore: re-run test ### 📊 Changes **5 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/tables/admin-dashboard-users-table.tsx` (+1 -1) 📝 `apps/remix/app/components/tables/admin-document-recipient-item-table.tsx` (+1 -1) 📝 `apps/remix/app/components/tables/document-logs-table.tsx` (+2 -2) 📝 `apps/remix/app/components/tables/settings-security-activity-table.tsx` (+1 -1) 📝 `apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx` (+1 -1) </details> ### 📄 Description ## Description Fixes #2173 ## Changes Made - Mark missing table headers for translation ## 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:25 +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#2097
No description provided.