jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/634789 )
Change subject: Update for arz ......................................................................
Update for arz
* also: http -> https
Change-Id: I2260621f455ccce918728d4d57f0143e3d658f9f --- M pywikibot/fixes.py 1 file changed, 3 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/fixes.py b/pywikibot/fixes.py index ecfd4c8..826fe0b 100644 --- a/pywikibot/fixes.py +++ b/pywikibot/fixes.py @@ -576,6 +576,7 @@ 'regex': False, 'msg': { 'ar': 'روبوت: إصلاح حالة حروف الصفحات الخاصة', + 'arz': 'روبوت: تصليح حاله الحروف بتاعه الصفحات الخصوصيه', 'en': 'Robot: Fixing special page capitalisation', 'fa': 'ربات: تصحیح بزرگی و کوچکی حروف صفحههای ویژه', }, @@ -601,13 +602,14 @@ ], }, # yu top-level domain will soon be disabled, see - # http://lists.wikimedia.org/pipermail/wikibots-l/2009-February/000290.html + # https://lists.wikimedia.org/pipermail/wikibots-l/2009-February/000290.html # The following are domains that are often-used. 'yu-tld': { 'regex': False, 'nocase': True, 'msg': { 'ar': 'روبوت: إصلاح الوصلات إلى نطاقات .yu', + 'arz': 'روبوت: تصليح اللينكات للدومين .yu', 'de': 'Bot: Ersetze Links auf .yu-Domains', 'en': 'Robot: Replacing links to .yu domains', 'fa': 'ربات: جایگزینی پیوندها به دامنهها با پسوند yu',