Revert "feat: add Filipino (fil_PH) locale support (#967)"#968
Conversation
…)" This reverts commit f3cc765.
|
@jinrong-ncu is attempting to deploy a commit to the React Component Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request removes the Filipino locale configuration file. Feedback indicates that this change is incomplete because deleting the file without updating the corresponding imports and exports in the main locale entry point will likely result in compilation errors.
I am having trouble creating individual review comments. Click here to see my feedback.
src/locale/fil_PH.ts (1-32)
The revert of the Filipino locale appears to be incomplete. Deleting the locale file without removing its corresponding import and export in the locale entry point (typically src/locale/index.ts) will cause a compilation error because the module will no longer be found. All references to the fil_PH locale should be removed across the repository to complete the revert.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #968 +/- ##
=======================================
Coverage 98.81% 98.81%
=======================================
Files 65 65
Lines 2695 2695
Branches 724 724
=======================================
Hits 2663 2663
Misses 29 29
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Add Filipino (Tagalog) translation for picker components. Use tl_PH instead of fil_PH to align with the ecosystem standards, ensuring compatibility with dayjs (tl-ph) and antd integration. |
This reverts commit f3cc765.