Page MenuHomePhabricator

Update Arabic (ar) translation for welcome.py (patch against Pywikibot core)
Closed, ResolvedPublic

Description

Please apply this patch to add Arabic (ar) translation for Arabic Wikibooks (arwikibooks) and Arabic Wikisource (arwikisource) in welcome.py (patch against Pywikibot core). I also made an update for Egyptian Arabic (arz). Thank you.

1diff --git a/scripts/welcome.py b/scripts/welcome.py
2index 283dbbe..68bd0cc 100755
3--- a/scripts/welcome.py
4+++ b/scripts/welcome.py
5@@ -219,6 +219,7 @@ netext = {
6 'wikipedia': {
7 'am': '{{subst:Welcome}} %s',
8 'ar': '{{subst:ترحيب}} %s',
9+ 'arz': '{{subst:ترحيب}} %s',
10 'as': '{{subst:আদৰণি}} %s',
11 'ba': '{{Hello}} %s',
12 'bn': '{{subst:স্বাগতম/বট}} %s',
13@@ -255,6 +256,7 @@ netext = {
14 'zh-yue': '{{歡迎}}--%s',
15 },
16 'wikibooks': {
17+ 'ar': '{{subst:ترحيب}} %s',
18 'bs': '{{Dobrodošlica}} %s',
19 'es': '{{subst:bienivenido usuario}} %s',
20 },
21@@ -266,6 +268,7 @@ netext = {
22 'zh': '{{subst:welcome}} %s',
23 },
24 'wikisource': {
25+ 'ar': '{{subst:ترحيب}} %s',
26 'bn': '{{subst:স্বাগতম}} %s',
27 'bs': '{{Dobrodošlica}} %s',
28 'mr': '{{subst:Welcome}} %s',

Event Timeline

Meno25 renamed this task from Add Arabic (ar) translation for welcome.py (patch against Pywikibot core) to Update Arabic (ar) translation for welcome.py (patch against Pywikibot core).Nov 27 2018, 8:30 AM
JJMC89 triaged this task as Medium priority.Nov 27 2018, 8:42 AM

Change 475966 had a related patch set uploaded (by JJMC89; owner: JJMC89):
[pywikibot/core@master] Add Arabic welcome templates to welcome.py

https://gerrit.wikimedia.org/r/475966

Change 475966 merged by jenkins-bot:
[pywikibot/core@master] Add Arabic welcome templates to welcome.py

https://gerrit.wikimedia.org/r/475966