vklepper
vklepper
omg you juste save me ! For the record, I try to generate the route by this name but without the .locale ``` shop_category.fr ANY ANY ANY /boutique/categories/{id}-{slug} shop_category.en ANY...
Of course ! [InAndOut.zip](https://github.com/VROOM-Project/vroom/files/7650238/InAndOut.zip)
I follow the instructions and get that file with `add_osrm_matrix` command. [input_matrix.zip](https://github.com/VROOM-Project/vroom/files/7650669/input_matrix.zip)
I found another trick. ``` customButtons: { prev: { icon: "customPrev", click: function () { calendar.prev(); } }, } ``` and ``` window.onload = function () { $('.bi-customPrev').append(''); }; ```...