Changes between Initial Version and Version 1 of Ticket #32886, comment 6


Ignore:
Timestamp:
May 17, 2025, 5:11:41 AM (4 months ago)
Author:
Foucauld Degeorges

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32886, comment 6

    initial v1  
    1919- this tells us whether a route is translated (of type B), or not translated (of type A)
    2020- if type B, `LocaleMiddleware` should infer the language from the route. If type A, it shouldn't.
     21
     22That solution works for us because we only have two languages. It probably doesn't scale very well to many languages.
Back to Top