jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/763743 )
Change subject: Updates and fixes ......................................................................
Updates and fixes
* checkimages.py: ** جا is Persian for subst ** Welcome template should be subst on ar and enwiki ** Use name of the new welcome template on arwiki
* unusedfiles.py: ** Add Egyptian Arbic (arz)
Change-Id: Ifdd9438888ea8b2e2bf096de1633853f5b17765b --- M scripts/checkimages.py M scripts/unusedfiles.py 2 files changed, 6 insertions(+), 5 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/checkimages.py b/scripts/checkimages.py index 4a8e250..322433d7 100755 --- a/scripts/checkimages.py +++ b/scripts/checkimages.py @@ -121,7 +121,7 @@ 'ar': '{{subst:لم}}', 'de': '{{Dateiüberprüfung}}', 'en': '{{subst:nld}}', - 'fa': '{{جا:حق تکثیر تصویر نامعلوم}}', + 'fa': '{{subst:حق تکثیر تصویر نامعلوم}}', 'fr': '{{subst:lid}}', 'ga': '{{subst:Ceadúnas de dhíth}}', 'hr': '{{Bez licence}}', @@ -172,10 +172,10 @@ EMPTY = { 'commons': '{{subst:welcome}}\n~~~~\n', 'meta': '{{subst:Welcome}}\n~~~~\n', - 'ar': '{{ترحيب}}\n~~~~\n', + 'ar': '{{subst:أهلا ومرحبا}}\n~~~~\n', 'de': '{{subst:willkommen}} ~~~~', - 'en': '{{welcome}}\n~~~~\n', - 'fa': '{{جا:خوشامدید|%s}}', + 'en': '{{subst:welcome}}\n~~~~\n', + 'fa': '{{subst:خوشامدید|%s}}', 'fr': '{{Bienvenue nouveau\n~~~~\n', 'ga': '{{subst:Fáilte}} - ~~~~\n', 'hr': '{{subst:dd}}--~~~~\n', @@ -229,7 +229,7 @@ 'meta': '{{subst:No license notice|File:%s}}', 'ar': '{{subst:مصدر الصورة|File:%s}} --~~~~', 'en': '{{subst:image source|File:%s}} --~~~~', - 'fa': '{{جا:اخطار نگاره|%s}}', + 'fa': '{{subst:اخطار نگاره|%s}}', 'ga': '{{subst:Foinse na híomhá|File:%s}} --~~~~', 'hu': '{{subst:adjforrást|Kép:%s}}\n Ezt az üzenetet ~~~ automatikusan ' 'helyezte el a vitalapodon, kérdéseddel fordulj a gazdájához, vagy ' diff --git a/scripts/unusedfiles.py b/scripts/unusedfiles.py index 3102dc7..e8956b5 100755 --- a/scripts/unusedfiles.py +++ b/scripts/unusedfiles.py @@ -56,6 +56,7 @@ template_to_the_user = { 'test': '{{User:Happy5214/Unused file notice (user)|%(title)s}}', 'ar': '{{subst:تنبيه صورة يتيمة|%(title)s}}', + 'arz': '{{subst:تنبيه صوره يتيمه|%(title)s}}', 'fa': '{{subst:اخطار به کاربر برای تصاویر بدون استفاده|%(title)s}}', 'ur': '{{subst:اطلاع برائے غیر مستعمل تصاویر|%(title)s}}', }
pywikibot-commits@lists.wikimedia.org