I have a multilingual site where some content types are translated, and others will remain English only. I’d like to have lists of English content on other language sites. I’ve created a view that will list content from types that can not be translated, but the path variable is putting forward a translated link (e.g. /fr/node/123) even though it doesn’t exist.
How do I get the link to the English version? If i have the node title “Link this field to the original piece of content ” it links to the URL i am expecting, but I can’t use that in rewriting…