mKoonrad

Results 17 issues of mKoonrad

### Issue Description Missing pluralization for https://github.com/documenso/documenso/blob/3d0e3c6e8ea375df6b92d181caf1170f9bb398c6/packages/ui/primitives/data-table-pagination.tsx#L30-L33 in [data-table-pagination.tsx](https://github.com/documenso/documenso/blob/3d0e3c6e8ea375df6b92d181caf1170f9bb398c6/packages/ui/primitives/data-table-pagination.tsx) In English, there is one singular and one plural form. In many other languages (like Polish) there are more plural forms...

status: triage

### Issue Description HTML page title, which is displayed in the user's browser tab, is currently hardcoded in English and does not respect application's selected language. While other meta tags...

status: triage

### Issue Description Look at these strings in 2 different components for deleting group: https://github.com/documenso/documenso/blob/d2a009d52e2ff81f984f9ab0e348f8f5c7c7a17a/apps/remix/app/components/dialogs/team-group-delete-dialog.tsx#L84-L87 https://github.com/documenso/documenso/blob/d2a009d52e2ff81f984f9ab0e348f8f5c7c7a17a/apps/remix/app/components/dialogs/organisation-group-delete-dialog.tsx#L80-L83 Translation tool merge these strings into a single entry for translation. https://github.com/documenso/documenso/blob/d2a009d52e2ff81f984f9ab0e348f8f5c7c7a17a/packages/lib/translations/en/web.po#L10281-L10286 This removes...

status: triage

### Issue Description In the [DocumentSigningPageViewV1.tsx](https://github.com/documenso/documenso/blob/9350c53c7dc46d05d569ab68241c68ec4a3919d8/apps/remix/app/components/general/document-signing/document-signing-page-view-v1.tsx) file, sentences that informs the recipient who invited them to sign/view the document are split into multiple parts. The sender's information `{senderName} {senderEmail}` is...

status: triage

### Issue Description In the code, the following string is used 3 times. https://github.com/documenso/documenso/blob/9350c53c7dc46d05d569ab68241c68ec4a3919d8/apps/remix/app/components/general/document/envelope-upload-button.tsx#L167 https://github.com/documenso/documenso/blob/9350c53c7dc46d05d569ab68241c68ec4a3919d8/apps/remix/app/components/general/envelope-editor/envelope-editor-upload-page.tsx#L239 https://github.com/documenso/documenso/blob/9350c53c7dc46d05d569ab68241c68ec4a3919d8/apps/remix/app/components/general/envelope-editor/envelope-editor-upload-page.tsx#L253 String does not handle pluralization. While English has two forms ("item" and "items"), many...

status: triage

### Issue Description Currently, function `formatDocumentAuditLogAction` in [packages/lib/utils/document-audit-logs.ts](https://github.com/documenso/documenso/blob/7b17156e567ac921cf5908371d3cafb77ed2acf9/packages/lib/utils/document-audit-logs.ts) has a slightly convoluted logic for generating user-facing descriptions of audit log events. It combines the logic for the currently logged-in user...

status: triage

I found place where app cut interface message. `l_bypass_touch_requirement_on` and `l_bypass_touch_requirement_off` but it could be related to any similar description in settings. You can extend field for longer translation or...