Xqt has uploaded a new change for review.

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

Change subject: [FIX] Add private message to de-wiki welcome template
......................................................................

[FIX] Add private message to de-wiki welcome template

On de-wiki {{Hallo}} template includes signature, except a private message
is given. Due to the ability of different signatures added by bot, we have to
expand the template accordingly.

Change-Id: If690d709f7fcd325f7163a9cc8626cbb90bfb56d
---
M scripts/welcome.py
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/03/233103/1

diff --git a/scripts/welcome.py b/scripts/welcome.py
index 9b8b515..63d393f 100755
--- a/scripts/welcome.py
+++ b/scripts/welcome.py
@@ -239,7 +239,9 @@
         'ar': u'{{subst:ترحيب}} %s',
         'bn': u'{{subst:স্বাগতম/বট}} %s',
         'da': u'{{velkommen|%s}}',
-        'de': u'{{subst:Hallo}} %s',
+        'de': ('{{subst:Hallo|1=Schön, dass du zu uns gestoßen bist – und: '
+               'Lass dich nicht stressen.\n\nEinen guten '
+               '[[Wikipedia:Starthilfe|Start]] wünscht dir %s}}'),
         'en': u'{{subst:welcome}} %s',
         'fa': u'{{جا:خوشامد}} %s',
         'fr': u'{{subst:Discussion Projet:Aide/Bienvenue}} %s',

-- 
To view, visit https://gerrit.wikimedia.org/r/233103
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If690d709f7fcd325f7163a9cc8626cbb90bfb56d
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to