[PR #2454] [MERGED] chore(i18n): add context to ambiguous message #2316

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2454
Author: @mKoonrad
Created: 2/6/2026
Status: Merged
Merged: 2/8/2026
Merged by: @dguyen

Base: mainHead: link-template


📝 Commits (1)

  • 192687c chore(i18n):add context to ambiguous message

📊 Changes

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

View changed files

📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.public-profile.tsx (+3 -1)

📄 Description

Description

<Trans>Link template</Trans>

This message is ambiguous. Translator could read it as:

  1. Link (noun) of template
  2. Action to link (verb) template

Even Crowdin AI translator translated it in the wrong way. I added context to solve it.

Changes Made

  • Added context to message

Testing Performed

  • 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/2454 **Author:** [@mKoonrad](https://github.com/mKoonrad) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `link-template` --- ### 📝 Commits (1) - [`192687c`](https://github.com/documenso/documenso/commit/192687caa9dc05a4e936cf50c721fe41c3f81332) chore(i18n):add context to ambiguous message ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.public-profile.tsx` (+3 -1) </details> ### 📄 Description ## Description `<Trans>Link template</Trans>` This message is ambiguous. Translator could read it as: 1. Link (noun) of template 2. Action to link (verb) template Even Crowdin AI translator translated it in the wrong way. I added context to solve it. ## Changes Made - Added context to message ## Testing Performed - Run build - Check web.po file ## Checklist - [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:33:21 +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#2316
No description provided.