Meno25 has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/762906 )
Change subject: Updates for Arabic (ar) ......................................................................
Updates for Arabic (ar)
* Add logbook * Use the templates currently used on Arabic wikis
Change-Id: Iec6759b8eb8acbcd195f935a4fab287827484c3b --- M scripts/welcome.py 1 file changed, 4 insertions(+), 3 deletions(-)
Approvals: Xqt: Looks good to me, approved Meno25: Verified
diff --git a/scripts/welcome.py b/scripts/welcome.py index 7714301..347b67f 100755 --- a/scripts/welcome.py +++ b/scripts/welcome.py @@ -196,6 +196,7 @@ # # ATTENTION: Projects not listed won't write a log to the wiki. logbook = { + 'ar': 'Project:سجل الترحيب', 'fr': ('Wikipedia:Prise de décision/' 'Accueil automatique des nouveaux par un robot/log'), 'ga': 'Project:Log fáilte', @@ -215,9 +216,9 @@ 'commons': '{{subst:welcome}} %s', 'wikipedia': { 'am': '{{subst:Welcome}} %s', - 'ar': '{{subst:ترحيب}} %s', - 'ary': '{{subst:welcome}} %s', - 'arz': '{{subst:ترحيب}} %s', + 'ar': '{{subst:أهلا ومرحبا}} %s', + 'ary': '{{subst:ترحيب جديد}} %s', + 'arz': '{{subst:اهلا و سهلا}} %s', 'as': '{{subst:আদৰণি}} %s', 'ba': '{{Hello}} %s', 'bn': '{{subst:স্বাগতম/বট}} %s',