-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
adapt for symfony 4.1 i18n routes #334
Conversation
92dd1dd
to
cf2247f
Compare
+1 |
1 similar comment
+1 |
Looking good to me. Anyone with localized routes already tried this? |
Is this will be merged? |
@lordjancso I asked whether it is working since I have no project using localized routes (yet). Nobody answered so I see no reason to merge right now. In case it is tested and working I will merge it. |
@alexanza Please, pull the newest version to your code, then I will test it. |
cf2247f
to
b654bf6
Compare
@lordjancso done ;) |
It is tested and works very well! 👍 |
yes, we've been using this feature branch for a while now in one of our applications and works like a charm! |
Thanks, good work @alexanza! |
I adapted the code to work with the i18n routes of symfony 4.1, I hope I did it correctly