diff --git a/api/js/etemplate/Et2Url/Et2UrlReadonly.ts b/api/js/etemplate/Et2Url/Et2UrlReadonly.ts index f3ec0826cb..582ad893d7 100644 --- a/api/js/etemplate/Et2Url/Et2UrlReadonly.ts +++ b/api/js/etemplate/Et2Url/Et2UrlReadonly.ts @@ -31,6 +31,9 @@ export class Et2UrlReadonly extends Et2Description ]; } + // Don't try to translate URLs (or sub-classes) + noLang = true; + transformAttributes(attrs) { if (typeof attrs.onclick === 'undefined')