Fix SUPPORTED_LOCALES array syntax#392
Fix SUPPORTED_LOCALES array syntax#392imAaryash wants to merge 1 commit intosiddharthvaddem:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRemoved a stray empty array element from the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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.
Pull request overview
Fixes a syntax error in the i18n configuration by removing an extraneous comma from the SUPPORTED_LOCALES tuple, restoring valid TypeScript parsing and ensuring locale-related UI and logic can iterate the list correctly.
Changes:
- Removed an invalid empty element from the
SUPPORTED_LOCALESarray insrc/i18n/config.ts.
|
Hii @siddharthvaddem this broken syntax was failing the production builds |
Description
removed extra comma which was breaking the syntax
Type of Change
Summary by CodeRabbit