From 5a262ab36b52e0d3fffa0e098b3c729e5310cd19 Mon Sep 17 00:00:00 2001 From: kabir-afk Date: Wed, 5 Jun 2024 14:27:42 +0530 Subject: [PATCH] chore: Update SignItVideosGallery.js to fix link target in i18n function --- SignItVideosGallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignItVideosGallery.js b/SignItVideosGallery.js index 5a590f8..e535fdb 100644 --- a/SignItVideosGallery.js +++ b/SignItVideosGallery.js @@ -24,7 +24,7 @@ SignItVideosGallery.prototype.refresh = async function ( files ) { var banana = { i18n: (msg, url, speaker,index, total) => { let string = sourceMap.get(locale)[msg]; - let Speaker = `${speaker} `; + let Speaker = `${speaker} `; let patterns = ["{{link|$1|$2}}", "$3", "$4"]; let replacements = [Speaker, index, total];