-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
feat: Add multilingual support for Reminder/Rating templates #20573
feat: Add multilingual support for Reminder/Rating templates #20573
Conversation
@giripatel is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (04/06/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add foundation team as reviewer" took an action on this PR • (04/06/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (04/06/25)1 label was added to this PR based on Keith Williams's automation. "Add ready-for-e2e label" took an action on this PR • (04/08/25)1 label was added to this PR based on Keith Williams's automation. |
The workflow translations work well! However for some languages, the key is not being updated to the users language, like Can this be fixed @giripatel ? ![]() |
@@ -21,12 +22,13 @@ describe("compareReminderBodyToTemplate", () => { | |||
}); | |||
|
|||
describe("email templates", () => { | |||
test("reminder", () => { | |||
test("reminder", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also this test might be failing, you might wanna check this
Hey @retrogtx , I’ve manually checked all the languages in the Languages section but couldn't find any issue with the keys. Could you please let me know which language you're facing the issue in? |
it's nearly all of them, but oddly it's fine in your image the key "event" still appears to be english even in your after image too |
This is what I am talking about -> Screen.Recording.2025-04-09.at.9.22.37.AM.mov |
hey @giripatel the functionality is great, we can get the failing tests now 🙏 |
E2E results are ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we not revert the yarn.lock and package.json changes?
…el/cal.com into fix/translate-workflow-templates
Closing since we are continuing with this PR: #20674 |
What does this PR do?
Added multilingual support for Reminder/Rating templates
Templates now display in user's language during workflow creation
Localized versions saved to database
Fixes [CAL-5392] Translate workflow templates #20477
Image Demo :
Before:-


After:-
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?