You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consthttpsRequired=localize('httpsRequired',"Images must use the HTTPS protocol.");
27
-
constsvgsNotValid=localize('svgsNotValid',"SVGs are not a valid image source.");
28
-
constembeddedSvgsNotValid=localize('embeddedSvgsNotValid',"Embedded SVGs are not a valid image source.");
29
-
constdataUrlsNotValid=localize('dataUrlsNotValid',"Data URLs are not a valid image source.");
30
-
constrelativeUrlRequiresHttpsRepository=localize('relativeUrlRequiresHttpsRepository',"Relative image URLs require a repository with HTTPS protocol to be specified in the package.json.");
31
-
constrelativeIconUrlRequiresHttpsRepository=localize('relativeIconUrlRequiresHttpsRepository',"An icon requires a repository with HTTPS protocol to be specified in this package.json.");
32
-
constrelativeBadgeUrlRequiresHttpsRepository=localize('relativeBadgeUrlRequiresHttpsRepository',"Relative badge URLs require a repository with HTTPS protocol to be specified in this package.json.");
33
-
constapiProposalNotListed=localize('apiProposalNotListed',"This proposal cannot be used because for this extension the product defines a fixed set of API proposals. You can test your extension but before publishing you MUST reach out to the VS Code team.");
24
+
consthttpsRequired=l10n.t("Images must use the HTTPS protocol.");
25
+
constsvgsNotValid=l10n.t("SVGs are not a valid image source.");
26
+
constembeddedSvgsNotValid=l10n.t("Embedded SVGs are not a valid image source.");
27
+
constdataUrlsNotValid=l10n.t("Data URLs are not a valid image source.");
28
+
constrelativeUrlRequiresHttpsRepository=l10n.t("Relative image URLs require a repository with HTTPS protocol to be specified in the package.json.");
29
+
constrelativeIconUrlRequiresHttpsRepository=l10n.t("An icon requires a repository with HTTPS protocol to be specified in this package.json.");
30
+
constrelativeBadgeUrlRequiresHttpsRepository=l10n.t("Relative badge URLs require a repository with HTTPS protocol to be specified in this package.json.");
31
+
constapiProposalNotListed=l10n.t("This proposal cannot be used because for this extension the product defines a fixed set of API proposals. You can test your extension but before publishing you MUST reach out to the VS Code team.");
0 commit comments