-
Notifications
You must be signed in to change notification settings - Fork 2
Allow middleware to detect locale from users browser #155
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
base: main
Are you sure you want to change the base?
Conversation
…uage header) and use it downstream to deal with format parsing and translations
PR Review: Allow middleware to detect locale from users browserThank you for this contribution! This PR adds a Selection output type for extraction fields with dynamic options management. Overall, the implementation is well-structured with good test coverage. Below are my findings across different aspects: ✅ Strengths
🐛 Potential Bugs & IssuesHigh Priority
Medium Priority
🔒 Security ConcernsLow Risk
⚡ Performance Considerations
🧪 Test CoverageGood ✅
Missing
|
The middleware extracts locale from Accept-Language header and use it downstream to deal with format parsing and translations.