Page MenuHomePhabricator
Paste P7848

Update Arabic (ar) translation for welcome.py (patch against Pywikibot core)
ActivePublic

Authored by Meno25 on Nov 27 2018, 8:19 AM.
diff --git a/scripts/welcome.py b/scripts/welcome.py
index 283dbbe..68bd0cc 100755
--- a/scripts/welcome.py
+++ b/scripts/welcome.py
@@ -219,6 +219,7 @@ netext = {
'wikipedia': {
'am': '{{subst:Welcome}} %s',
'ar': '{{subst:ترحيب}} %s',
+ 'arz': '{{subst:ترحيب}} %s',
'as': '{{subst:আদৰণি}} %s',
'ba': '{{Hello}} %s',
'bn': '{{subst:স্বাগতম/বট}} %s',
@@ -255,6 +256,7 @@ netext = {
'zh-yue': '{{歡迎}}--%s',
},
'wikibooks': {
+ 'ar': '{{subst:ترحيب}} %s',
'bs': '{{Dobrodošlica}} %s',
'es': '{{subst:bienivenido usuario}} %s',
},
@@ -266,6 +268,7 @@ netext = {
'zh': '{{subst:welcome}} %s',
},
'wikisource': {
+ 'ar': '{{subst:ترحيب}} %s',
'bn': '{{subst:স্বাগতম}} %s',
'bs': '{{Dobrodošlica}} %s',
'mr': '{{subst:Welcome}} %s',

Event Timeline

Meno25 changed the title of this paste from Update Arabic (ar) for welcome.py (patch against Pywikibot core) to Update Arabic (ar) translation for welcome.py (patch against Pywikibot core).