jenkins-bot has submitted this change and it was merged. Change subject: Italian Wikipedia is not supported ......................................................................
Italian Wikipedia is not supported The user template in the 'it' configuration has never existed, much like the English configuration removed in e07cc841. Also note that the user template should be subst:'d. 'جا:' added in 2012 is Farsi for subst: https://www.mediawiki.org/wiki/Special:Code/pywikipedia/10706 Change-Id: I06f4b2844f50e217a64f3d5bfd967c0e09b798e0 --- M scripts/unusedfiles.py 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/unusedfiles.py b/scripts/unusedfiles.py index 472b81a..30140aa 100755 --- a/scripts/unusedfiles.py +++ b/scripts/unusedfiles.py @@ -37,9 +37,10 @@ 'it': u'{{immagine orfana}}', 'fa': u'{{تصاویر بدون استفاده}}', } + +# This template message should use subst: template_to_the_user = { 'fa': u'\n\n{{جا:اخطار به کاربر برای تصاویر بدون استفاده|%(title)s}}--~~~~', - 'it': u'\n\n{{Utente:Filbot/Immagine orfana}}', } -- To view, visit https://gerrit.wikimedia.org/r/232691 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I06f4b2844f50e217a64f3d5bfd967c0e09b798e0 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
