Closed sfusato closed 2 weeks ago
Once more issue I never saw due to great notification system of Github :(. Anyway...Here goes a copy/paste from another issue:
Although Phoenix Localized Routes did pave the way for forks (e.g. CLDR Routes) it was severely limited and contained a lot of black macro magic. I took all lessons learned, started from scratch and now the successor of PLR is almost V1. It is in all aspects a better lib than PLR ever was.
I've been playing with the demo and noticed that the
Routes.user_registration_path
(in_user_menu.html.heex
) isn't being localized and couldn't figure out the reason, sinceRoutes.user_session_path
right beneath it works just fine. Wrapping it inloc_route
does the trick, but it shouldn't be necessary.The fly.io demo doesn't have this issue.