Hi! I'm tweaking ith Grav, try to better understand how to do things. Currently I have a multi language setup (en, it, pt). All pages have localized titles and slugs (example - en: Instruments/instruments; it: Strumenti/strumenti; pt: Instrumentos/instrumentos).
How can I reference the localized slug of this page? I mean, if I use {{ page.route }} and if I navigate via the menu to this page, in italian, it correctly write http://somedomain/somepage/strumenti/ but If I switch to portugues, it display http://somedomain/somepage/instruments, using the default (english) slug. What's wrong?
Cheers