fix: derive route resources from route localization - #4047
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
WalkthroughLocalization now exposes route traversal through an Estimated code review effort: 4 (Complex) | ~45 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
🔗 Linked issue
📚 Description
This cleans up the i18n route resources generation, it was built separate from the route localization which duplicated logic, while refactoring I ran into some unreported issues that were fixed along the way. The issues were only present for language detection on the nitro/server side.
The generated route resources have also been restructured to reduce repetition.
Summary by CodeRabbit
New Features
Refactor
Tests