Update $this->url for different languages
PermalinkMy issue right now is if I'm using $this->url('/privacy-policy') and they're on the /es site, then it doesn't add /es to the URL. It still sends them to example.com/privacy-policy instead of example.com/es/privacy-policy.
This is the case even if it's mapped using the Internationalization add-on.