jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
Update for arz

* also: http -> https

Change-Id: I2260621f455ccce918728d4d57f0143e3d658f9f
---
M pywikibot/fixes.py
1 file changed, 3 insertions(+), 1 deletion(-)

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',

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I2260621f455ccce918728d4d57f0143e3d658f9f
Gerrit-Change-Number: 634789
Gerrit-PatchSet: 2
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged