jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[IMPR] improving work with deadlinks for ru.wp

Current template "Dead" doesn't support working with substitution,
I have created a different template that would work and changed reference here.

Change-Id: Ife4bfe8cdd5aa094147bce3e9276ec3dc29529a9
---
M scripts/reflinks.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/reflinks.py b/scripts/reflinks.py
index fd599a4..0fd5da7 100755
--- a/scripts/reflinks.py
+++ b/scripts/reflinks.py
@@ -111,7 +111,7 @@
'it': '{{Collegamento interrotto|%s}}',
'en': '[%s] {{dead link}}',
'pl': '[%s] {{Martwy link}}',
- 'ru': '[%s] {{subst:dead}}',
+ 'ru': '[%s] {{subst:deadlink2}}',
'sr': '[%s] {{dead link}}',
'ur': '[%s] {{مردہ ربط}}',
}

To view, visit change 703655. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ife4bfe8cdd5aa094147bce3e9276ec3dc29529a9
Gerrit-Change-Number: 703655
Gerrit-PatchSet: 2
Gerrit-Owner: Rubin <rubin.happy@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged