jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[bugfix] Fix regression introduced in 9fa2deee

After the patch, wikiquotes fallback to wikipedia has started to
be broken. This should be solved more generally, but until then
this quick fix should do. We could also copy the whole wikipedia
into wikiquotes, but I don't like that solution much.

Change-Id: I8a6f751edd1cd3067c35fa56b3a7be631bb942b6
---
M scripts/welcome.py
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/welcome.py b/scripts/welcome.py
index 4d4ba2d..a0d8440 100755
--- a/scripts/welcome.py
+++ b/scripts/welcome.py
@@ -272,6 +272,7 @@
'zh': '{{subst:welcome}} %s',
},
'wikiquote': {
+ 'ar': '{{subst:ترحيب}} %s',
'ml': '{{subst:സ്വാഗതം}}',
},
'wikisource': {

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8a6f751edd1cd3067c35fa56b3a7be631bb942b6
Gerrit-Change-Number: 606657
Gerrit-PatchSet: 3
Gerrit-Owner: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)