Changes between Initial Version and Version 1 of Ticket #32886, comment 6
- Timestamp:
- May 17, 2025, 5:11:41 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32886, comment 6
initial v1 19 19 - this tells us whether a route is translated (of type B), or not translated (of type A) 20 20 - if type B, `LocaleMiddleware` should infer the language from the route. If type A, it shouldn't. 21 22 That solution works for us because we only have two languages. It probably doesn't scale very well to many languages.