jenkins-bot has submitted this change and it was merged.
Change subject: [IMPROV] Additional edit summary for syntax correction ......................................................................
[IMPROV] Additional edit summary for syntax correction
Edit summary when the bot corrects the syntax of a <references /> tag
Change-Id: Ia10f70985e9b4fb687467e7a7d906b36e202bbd8 --- M noreferences.py M noreferences/de.json M noreferences/en.json M noreferences/qqq.json 4 files changed, 22 insertions(+), 5 deletions(-)
Approvals: Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified
diff --git a/noreferences.py b/noreferences.py index 9b72f15..36aa5bf 100644 --- a/noreferences.py +++ b/noreferences.py @@ -1,13 +1,16 @@ # -*- coding: utf-8 -*- """i18n message bundle.""" msg = { + # Author: Xqt 'en': { 'noreferences-add-tag': u'Bot: Adding missing <references /> tag', + 'noreferences-fix-tag': u'Bot: Fix invalid syntax of <references /> tag', }, # Author: Csisc # Author: Xqt 'qqq': { 'noreferences-add-tag': u'Edit summary when the bot adds a missing <code><references /></code> tag to the references section and if needed the section itself.\n\nDo not translate <code><references /></code>.', + 'noreferences-fix-tag': u'Edit summary when the bot corrects the syntax of a <code><references /></code> tag.\n\nDo not translate <code><references /></code>.', }, # Author: Csisc 'aeb': { @@ -100,8 +103,10 @@ 'da': { 'noreferences-add-tag': u'Robot: Tilføjer manglende <references />-tag', }, + # Author: Xqt 'de': { 'noreferences-add-tag': u'Bot: Trage fehlendes <references /> nach', + 'noreferences-fix-tag': u'Bot: Korrigiere Syntax des <references />-Tags', }, # Author: Erdemaslancan 'diq': { diff --git a/noreferences/de.json b/noreferences/de.json index 00397f5..b5dcea8 100644 --- a/noreferences/de.json +++ b/noreferences/de.json @@ -1,4 +1,9 @@ { - "@metadata": [], - "noreferences-add-tag": "Bot: Trage fehlendes <references /> nach" + "@metadata": { + "authors": [ + "Xqt" + ] + }, + "noreferences-add-tag": "Bot: Trage fehlendes <references /> nach", + "noreferences-fix-tag": "Bot: Korrigiere Syntax des <references />-Tags" } diff --git a/noreferences/en.json b/noreferences/en.json index 6375688..b54c33a 100644 --- a/noreferences/en.json +++ b/noreferences/en.json @@ -1,4 +1,9 @@ { - "@metadata": [], - "noreferences-add-tag": "Bot: Adding missing <references /> tag" + "@metadata": { + "authors": [ + "Xqt" + ] + }, + "noreferences-add-tag": "Bot: Adding missing <references /> tag", + "noreferences-fix-tag": "Bot: Fix invalid syntax of <references /> tag" } diff --git a/noreferences/qqq.json b/noreferences/qqq.json index 2c5939c..5b24307 100644 --- a/noreferences/qqq.json +++ b/noreferences/qqq.json @@ -4,5 +4,7 @@ "Xqt" ] }, - "noreferences-add-tag": "Edit summary when the bot adds a missing <code><references /></code> tag to the references section and if needed the section itself.\n\nDo not translate <code><references /></code>." + "noreferences-add-tag": "Edit summary when the bot adds a missing <code><references /></code> tag to the references section and if needed the section itself.\n\nDo not translate <code><references /></code>.", + "noreferences-fix-tag": "Edit summary when the bot corrects the syntax of a <code><references /></code> tag.\n\nDo not translate <code><references /></code>." + }
pywikibot-commits@lists.wikimedia.org