[PR #1454] [MERGED] fix: email translations #1641

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1454
Author: @dguyen
Created: 11/7/2024
Status: Merged
Merged: 11/7/2024
Merged by: @dguyen

Base: mainHead: fix/email-translations


📝 Commits (2)

📊 Changes

11 files changed (+51 additions, -75 deletions)

View changed files

📝 apps/web/src/app/(recipient)/d/[token]/direct-template.tsx (+6 -5)
📝 packages/email/template-components/template-confirmation-email.tsx (+0 -3)
📝 packages/email/template-components/template-document-completed.tsx (+1 -1)
📝 packages/email/template-components/template-document-invite.tsx (+22 -16)
📝 packages/email/templates/document-created-from-direct-template.tsx (+2 -2)
📝 packages/email/templates/document-invite.tsx (+3 -3)
📝 packages/email/templates/recipient-removed-from-document.tsx (+5 -3)
📝 packages/lib/constants/recipient-roles.ts (+3 -35)
📝 packages/lib/jobs/definitions/emails/send-signing-email.ts (+5 -3)
📝 packages/ui/primitives/document-flow/add-fields.tsx (+2 -2)
📝 packages/ui/primitives/template-flow/add-template-fields.tsx (+2 -2)

📄 Description

Description

Reformat email translations

Summary by CodeRabbit

Release Notes

  • New Features

    • Enhanced localization of recipient role descriptions across various components.
    • Improved message formatting for invitations and notifications.
  • Bug Fixes

    • Adjusted rendering logic for displaying recipient role actions, ensuring clarity and accuracy.
  • Chores

    • Removed unused translation hooks to streamline components.
    • Updated import statements to reflect changes in recipient role constants.

These updates enhance user experience by providing clearer role descriptions and improving the overall functionality of the application.


🔄 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/1454 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 11/7/2024 **Status:** ✅ Merged **Merged:** 11/7/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix/email-translations` --- ### 📝 Commits (2) - [`e3c46a1`](https://github.com/documenso/documenso/commit/e3c46a157ccda71e025b54748f996a04c039cfd6) fix: email translations - [`f0a1c01`](https://github.com/documenso/documenso/commit/f0a1c013dc3b70d06e46f325fced312a88473a36) fix: email translations ### 📊 Changes **11 files changed** (+51 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(recipient)/d/[token]/direct-template.tsx` (+6 -5) 📝 `packages/email/template-components/template-confirmation-email.tsx` (+0 -3) 📝 `packages/email/template-components/template-document-completed.tsx` (+1 -1) 📝 `packages/email/template-components/template-document-invite.tsx` (+22 -16) 📝 `packages/email/templates/document-created-from-direct-template.tsx` (+2 -2) 📝 `packages/email/templates/document-invite.tsx` (+3 -3) 📝 `packages/email/templates/recipient-removed-from-document.tsx` (+5 -3) 📝 `packages/lib/constants/recipient-roles.ts` (+3 -35) 📝 `packages/lib/jobs/definitions/emails/send-signing-email.ts` (+5 -3) 📝 `packages/ui/primitives/document-flow/add-fields.tsx` (+2 -2) 📝 `packages/ui/primitives/template-flow/add-template-fields.tsx` (+2 -2) </details> ### 📄 Description ## Description Reformat email translations <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Enhanced localization of recipient role descriptions across various components. - Improved message formatting for invitations and notifications. - **Bug Fixes** - Adjusted rendering logic for displaying recipient role actions, ensuring clarity and accuracy. - **Chores** - Removed unused translation hooks to streamline components. - Updated import statements to reflect changes in recipient role constants. These updates enhance user experience by providing clearer role descriptions and improving the overall functionality of the application. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:34:08 +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#1641
No description provided.