wagtail / wagtailtrans

A Wagtail add-on for supporting multilingual sites
http://wagtailtrans.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
104 stars 60 forks source link

How to reverse slugs? #193

Closed confuzeus closed 2 years ago

confuzeus commented 4 years ago

With {% slugurl 'someslug' %} I can get the url to some page and use it in href for example.

If the user is French, I need to use {% slugurl 'someslug-in-french' %} instead for the href.

I can have if else statements to set the proper href but is there a cleaner way?