Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup localization for twenty-emails #9806

Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
54c3677
feat: update packages version
DeepaPrasanna Jan 22, 2025
1b5ab85
feat: install vite-plugin-dynamic-import package
DeepaPrasanna Jan 22, 2025
09858d6
chore: update yarn.lock
DeepaPrasanna Jan 22, 2025
c6a7204
feat: setup lingui in twenty emails
DeepaPrasanna Jan 22, 2025
9d6cc8d
feat: update email templates for translation
DeepaPrasanna Jan 22, 2025
3a38c8b
feat: add translations
DeepaPrasanna Jan 22, 2025
8527463
feat: use dynamic import to add locales
DeepaPrasanna Jan 22, 2025
ba57e71
feat: pass workspaceId to sendEmailPasswordResetLink
DeepaPrasanna Jan 22, 2025
00ac7c9
feat: pass locale to the email templates
DeepaPrasanna Jan 22, 2025
f67d60a
feat: add await and remove {pretty:true}
DeepaPrasanna Jan 22, 2025
18ad5f6
refactor: remove dynamic imports
DeepaPrasanna Jan 27, 2025
20d075c
Merge branch 'main' into feat/setup-localization-for-twenty-emails
DeepaPrasanna Jan 29, 2025
67c7fc2
chore: downgrade @react-email/render version
DeepaPrasanna Jan 29, 2025
1f85f43
chore: update translations
DeepaPrasanna Jan 29, 2025
c927341
feat: add en locale
DeepaPrasanna Jan 29, 2025
75d0eb6
feat: pass locale to updatePassword
DeepaPrasanna Jan 29, 2025
e3689ac
feat: pass locale via x-locale header
DeepaPrasanna Jan 29, 2025
208a8c5
Merge branch 'main' into feat/setup-localization-for-twenty-emails
DeepaPrasanna Feb 1, 2025
246f784
Merge branch 'main' into feat/setup-localization-for-twenty-emails
DeepaPrasanna Feb 1, 2025
1c5018e
Fixes
FelixMalfait Feb 2, 2025
afc284c
Type fix
FelixMalfait Feb 2, 2025
36a94f1
More fixes
FelixMalfait Feb 2, 2025
ca1fad3
Improve typing
FelixMalfait Feb 2, 2025
d7a861d
Fix attempt
FelixMalfait Feb 2, 2025
c25ea73
Revert attempt to move loading of translations to the server side
FelixMalfait Feb 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Type fix
  • Loading branch information
FelixMalfait committed Feb 2, 2025
commit afc284cc756b3b619ab2157553d91b0b056613ce
1 change: 1 addition & 0 deletions packages/twenty-emails/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": true,
"declaration": true,
"outDir": "../../.cache/tsc",
"types": [
"node",
Expand Down
Loading