[PR #2138] [MERGED] chore(i18n): add message context in user organisation table #2072

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2138
Author: @mKoonrad
Created: 11/6/2025
Status: Merged
Merged: 11/10/2025
Merged by: @dguyen

Base: mainHead: chore(i18n)/2113-add-context


📝 Commits (2)

  • a33d214 chore(i18n): add message context
  • 3b19e38 chore(i18n): fix message typo

📊 Changes

1 file changed (+8 additions, -1 deletions)

View changed files

📝 apps/remix/app/components/tables/user-organisations-table.tsx (+8 -1)

📄 Description

Description

Fixes #2113

Changes Made

Add context to strings

Testing Performed

  • npm run build

web.po after:

#: apps/remix/app/components/tables/user-organisations-table.tsx
msgctxt "Personal organisation (adjective)"
msgid "Personal"
msgstr ""

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.

Additional Notes


🔄 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/2138 **Author:** [@mKoonrad](https://github.com/mKoonrad) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `chore(i18n)/2113-add-context` --- ### 📝 Commits (2) - [`a33d214`](https://github.com/documenso/documenso/commit/a33d2149bc116b2f3ecb7f98981f7a1d05dbde38) chore(i18n): add message context - [`3b19e38`](https://github.com/documenso/documenso/commit/3b19e380d60c81adcc81eacc76ba76fe9a6476c6) chore(i18n): fix message typo ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/tables/user-organisations-table.tsx` (+8 -1) </details> ### 📄 Description ## Description Fixes #2113 ## Changes Made Add context to strings ## Testing Performed - `npm run build` `web.po` after: ``` #: apps/remix/app/components/tables/user-organisations-table.tsx msgctxt "Personal organisation (adjective)" msgid "Personal" msgstr "" ``` ## 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. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> --- <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:19 +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#2072
No description provided.