Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 5.3-milestone-2
-
Fix Version/s: None
-
Component/s: Localization
-
Labels:
-
Difficulty:Unknown
-
Similar issues:
Description
Here is the key:
platform.wiki.sheet.desc.secure=If enabled, all this wiki''s generated externals URLs will starting with {0}.
Here is the call
{{translation key="platform.wiki.sheet.desc.secure" parameters="//https//" /}}
Here is the result:
If enabled, all this wiki''s generated externals URLs will starting with {0}.
But the following code does not fail:
$services.localization.render("platform.wiki.sheet.desc.secure", ["//https//"])