[PR #2220] [MERGED] chore(i18n): add message context to subscription status #2130

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

📋 Pull Request Information

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

Base: mainHead: fix(i18n)/2219-add-context


📝 Commits (3)

  • 00eae80 chore(i18n): add message context
  • 0c21fed Merge branch 'main' into fix(i18n)/2219-add-context
  • 4f8835d chore: re-run test

📊 Changes

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

View changed files

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

📄 Description

Description

Fixes #2219

Changes Made

  • Added context to subscription status messages

Testing Performed

  • npm run build
  • npm run translate with checking web.po file
#: apps/remix/app/components/tables/user-billing-organisations-table.tsx
msgctxt "Subscription status"
msgid "Active"
msgstr ""

#: apps/remix/app/components/tables/user-billing-organisations-table.tsx
msgctxt "Subscription status"
msgid "Free"
msgstr ""

#: apps/remix/app/components/tables/user-billing-organisations-table.tsx
msgctxt "Subscription status"
msgid "Inactive"
msgstr ""

#: apps/remix/app/components/tables/user-billing-organisations-table.tsx
msgctxt "Subscription status"
msgid "Past Due"
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.

🔄 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/2220 **Author:** [@mKoonrad](https://github.com/mKoonrad) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix(i18n)/2219-add-context` --- ### 📝 Commits (3) - [`00eae80`](https://github.com/documenso/documenso/commit/00eae80560ae17324e82165c13d89d4197946f9f) chore(i18n): add message context - [`0c21fed`](https://github.com/documenso/documenso/commit/0c21fed6d7dbb818fd71653892c670cefb5bee99) Merge branch 'main' into fix(i18n)/2219-add-context - [`4f8835d`](https://github.com/documenso/documenso/commit/4f8835de336dbae45ac3a021151432771dc25ad7) chore: re-run test ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/tables/user-billing-organisations-table.tsx` (+4 -4) </details> ### 📄 Description ## Description Fixes #2219 ## Changes Made - Added context to subscription status messages ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - npm run build - npm run translate with checking web.po file ``` #: apps/remix/app/components/tables/user-billing-organisations-table.tsx msgctxt "Subscription status" msgid "Active" msgstr "" #: apps/remix/app/components/tables/user-billing-organisations-table.tsx msgctxt "Subscription status" msgid "Free" msgstr "" #: apps/remix/app/components/tables/user-billing-organisations-table.tsx msgctxt "Subscription status" msgid "Inactive" msgstr "" #: apps/remix/app/components/tables/user-billing-organisations-table.tsx msgctxt "Subscription status" msgid "Past Due" 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. --- <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:33 +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#2130
No description provided.