[PR #2274] [MERGED] fix(i18n): mark missing toast messages for translation #2174

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2274
Author: @mKoonrad
Created: 12/3/2025
Status: Merged
Merged: 12/4/2025
Merged by: @dguyen

Base: mainHead: fix(i18n)/2273-add-translation


📝 Commits (4)

  • da79c07 fix(i18n): mark strings for translation
  • 71fb761 Merge branch 'main' into fix(i18n)/2273-add-translation
  • 7ee2a6c chore: re-run test
  • e86eca7 chore: re-run test

📊 Changes

10 files changed (+28 additions, -24 deletions)

View changed files

📝 apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx (+4 -3)
📝 apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx (+2 -2)
📝 apps/remix/app/components/embed/authoring/configure-fields-view.tsx (+3 -2)
📝 apps/remix/app/components/embed/multisign/multi-sign-document-signing-view.tsx (+2 -2)
📝 apps/remix/app/components/forms/signin.tsx (+1 -1)
📝 apps/remix/app/components/general/document-signing/document-signing-form.tsx (+2 -2)
📝 apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx (+4 -4)
📝 apps/remix/app/routes/_unauthenticated+/organisation.sso.confirmation.$token.tsx (+6 -4)
📝 packages/ui/primitives/document-flow/add-fields.tsx (+2 -2)
📝 packages/ui/primitives/template-flow/add-template-fields.tsx (+2 -2)

📄 Description

Description

Fixes #2273

Changes Made

  • Mark missing strings for translation with msg or t macro (depends on file)

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/2274 **Author:** [@mKoonrad](https://github.com/mKoonrad) **Created:** 12/3/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix(i18n)/2273-add-translation` --- ### 📝 Commits (4) - [`da79c07`](https://github.com/documenso/documenso/commit/da79c07eea1d07495b39041de78c8437e942b918) fix(i18n): mark strings for translation - [`71fb761`](https://github.com/documenso/documenso/commit/71fb7612b05769696eb5616f623e45990b4dafcb) Merge branch 'main' into fix(i18n)/2273-add-translation - [`7ee2a6c`](https://github.com/documenso/documenso/commit/7ee2a6c35f668cd1c91d8939cc3376488d071f6e) chore: re-run test - [`e86eca7`](https://github.com/documenso/documenso/commit/e86eca73bbbdb9321a258ec7732d4f32b9d7900c) chore: re-run test ### 📊 Changes **10 files changed** (+28 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx` (+4 -3) 📝 `apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx` (+2 -2) 📝 `apps/remix/app/components/embed/authoring/configure-fields-view.tsx` (+3 -2) 📝 `apps/remix/app/components/embed/multisign/multi-sign-document-signing-view.tsx` (+2 -2) 📝 `apps/remix/app/components/forms/signin.tsx` (+1 -1) 📝 `apps/remix/app/components/general/document-signing/document-signing-form.tsx` (+2 -2) 📝 `apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx` (+4 -4) 📝 `apps/remix/app/routes/_unauthenticated+/organisation.sso.confirmation.$token.tsx` (+6 -4) 📝 `packages/ui/primitives/document-flow/add-fields.tsx` (+2 -2) 📝 `packages/ui/primitives/template-flow/add-template-fields.tsx` (+2 -2) </details> ### 📄 Description ## Description Fixes #2273 ## Changes Made - Mark missing strings for translation with `msg` or `t` macro (depends on file) ## 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:45 +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#2174
No description provided.