-
Notifications
You must be signed in to change notification settings - Fork 11.7k
refactor: hide duplicate translations warning #25472
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
refactor: hide duplicate translations warning #25472
Conversation
|
@dhairyashiil is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
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.
No issues found across 1 file
| } | ||
| }; | ||
|
|
||
| informAboutDuplicateTranslations(); |
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.
we should also remove this function in the future
E2E results are ready! |
Before:
Screen.Recording.2025-11-29.at.8.31.39.PM.mov
After:
Summary by cubic
Disabled the duplicate translations warning in the web app to reduce build log noise. Removed the informAboutDuplicateTranslations() call in next.config.js.
Written for commit f15e980. Summary will update automatically on new commits.