Can I translate routes without override all configuration of yaml ?
I can translate routes using the bundle JMSI18nRoutingBundleJMSI18nRoutingBundle but I want to know if there is another possibility...
For example translate the route:
sylius_shop_checkout_address:
path: /address
I need override in my project from line 11 to line 30 of yml ?
thanks in advance.
PD: I ask here, because in documentation I dont find it
Unfortunately, I think there is no such feature in Sylius, you need to override the route definition.
Bad news... thanks for reply @Zales0123 !
https://github.com/symfony/symfony/pull/26143 might help.
Most helpful comment
https://github.com/symfony/symfony/pull/26143 might help.