jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/415815 )
Change subject: Fix documentation for yu-tld and add edit summary on Serbian ......................................................................
Fix documentation for yu-tld and add edit summary on Serbian
.yu domain is already disabled before 8 years
Change-Id: I74e73b0367d9a675b835a1639b3f147d785e7970 --- M pywikibot/fixes.py 1 file changed, 4 insertions(+), 3 deletions(-)
Approvals: Dvorapa: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/fixes.py b/pywikibot/fixes.py index 3a68c67..33b82f5 100644 --- a/pywikibot/fixes.py +++ b/pywikibot/fixes.py @@ -30,11 +30,11 @@ * datum - specific date formats in German * correct-ar - Corrections for Arabic Wikipedia and any Arabic wiki. - * yu-tld - the yu top-level domain will soon be - disabled, see + * yu-tld - Fix links to .yu domains because it is + disabled, see: + https://lists.wikimedia.org/pipermail/wikibots-l/2009-February/000290.html * fckeditor - Try to convert FCKeditor HTML tags to wiki syntax. - https://lists.wikimedia.org/pipermail/wikibots-l/2009-February/000290.html """
__doc__ = __doc__ + parameter_help @@ -599,6 +599,7 @@ 'fr': ('Robot: Correction des liens pointant vers le domaine ' '.yu, qui expire en 2009'), 'ksh': u'Bot: de ahle .yu-Domains loufe us, dröm ußjetuusch', + 'sr': 'Бот: Исправљање линкова ка .yu домену', }, 'replacements': [ (u'www.budva.cg.yu', u'www.budva.rs'),
pywikibot-commits@lists.wikimedia.org