Commit Graph

12 Commits

Author SHA1 Message Date
9b769e7e33 fix: email translations (#1454) 2024-11-08 00:33:48 +09:00
cc249357b3 feat: add certificate translations (#1440)
Add translations for audit logs and certificates.
2024-11-05 18:25:23 +09:00
4dd95016b1 feat: i18n for emails (#1442)
## Description

Support setting a document language that will control the language used
for sending emails to recipients. Additional work has been done to
convert all emails to using our i18n implementation so we can later add
controls for sending other kinds of emails in a users target language.

## Related Issue

N/A

## Changes Made

- Added `<Trans>` and `msg` macros to emails
- Introduced a new `renderEmailWithI18N` utility in the lib package
- Updated all emails to use the `<Tailwind>` component at the top level
due to rendering constraints
- Updated the `i18n.server.tsx` file to not use a top level await

## Testing Performed

- Configured document language and verified emails were sent in the
expected language
- Created a document from a template and verified that the templates
language was transferred to the document
2024-11-05 11:52:54 +11:00
f199183c78 feat: improve translation coverage (#1427)
Improves translation coverage across the app.
2024-11-01 10:57:32 +11:00
cb50274450 fix: typo 2024-08-27 23:22:27 +09:00
75c8772a02 feat: web i18n (#1286) 2024-08-27 20:34:39 +09:00
110f9bae12 feat: add certificate and audit log pdfs 2024-04-10 15:13:18 +07:00
791a22cb5f refactor: add comments 2024-02-19 13:22:48 +11:00
bd3c64658a feat: add document version history UI 2024-02-15 20:39:26 +11:00
071475769c feat: add document page view 2024-02-12 17:30:23 +11:00
3a32bc62c5 feat: initial document audit logs implementation (#922)
Added initial implementation of document audit logs.
2024-02-12 12:04:53 +11:00
7ece6ef239 feat: add recipient roles (#716)
Fixes #705

---------

Co-authored-by: Lucas Smith <me@lucasjamessmith.me>
Co-authored-by: David Nguyen <davidngu28@gmail.com>
2024-02-02 10:45:02 +11:00