fix(i18n): add missing "zu" in German invite/reminder strings - #3331
rzaman8677 wants to merge 1 commit into
Conversation
German requires the infinitive particle "zu" before a bare verb (e.g. "eingeladen, zu unterschreiben"). Several msgstr entries in translations/de/web.po dropped it, producing ungrammatical sentences like "hat dich eingeladen, unterschreiben" instead of "hat dich eingeladen, zu unterschreiben". Fixes documenso#3283 Co-Authored-By: Claude Sonnet 5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hey there, it looks like you haven't accepted our contributor license agreement yet. In order for us to accept your pull request we ask that you please fill out the CLA: |
Summary
msgstrentries inpackages/lib/translations/de/web.podropped it, producing ungrammatical sentences like "hat dich eingeladen, unterschreiben" instead of "hat dich eingeladen, zu unterschreiben".send-signing-email.handler.ts,resend-document.ts,process-signing-reminder.handler.ts,template-document-invite.tsx, anddocument-invite.tsxsource strings.recipientActionVerb/actionresolve to plain lowercased infinitives (e.g. "unterschreiben", "genehmigen") with no "zu" baked in at the source, confirming "zu" was genuinely missing rather than duplicated.msgstrvalues were changed;msgidvalues are untouched per the translation contribution guide.Fixes #3283
Test plan
web.pofor theeingeladen ... {action}/{recipientActionVerb}pattern before and after to confirm all instances were caught and none were double-fixed.🤖 Generated with Claude Code