jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/487578 )
Change subject: [i18n] Translations for touch edits ......................................................................
[i18n] Translations for touch edits
Bug: T199042 Change-Id: Ia311a4863cca2cd2e5173e75fb38c1d8eda1e855 --- M pywikibot/en.json M pywikibot/qqq.json 2 files changed, 7 insertions(+), 4 deletions(-)
Approvals: Tacsipacsi: Looks good to me, but someone else must approve Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/en.json b/pywikibot/en.json index 89d9255..77b682c 100644 --- a/pywikibot/en.json +++ b/pywikibot/en.json @@ -4,7 +4,9 @@ "Daniel Herding", "Huji", "Siebrand", - "Revi" + "Revi", + "Russell Blau", + "Xqt" ] }, "pywikibot-enter-category-name": "Please enter the category name:", @@ -16,5 +18,6 @@ "pywikibot-enter-xml-filename": "Please enter the XML dump's filename:", "pywikibot-fixes-fckeditor": "Bot: Fixing rich-editor html", "pywikibot-fixes-html": "Bot: Converting/fixing HTML", - "pywikibot-fixes-syntax": "Bot: Fixing wiki syntax" + "pywikibot-fixes-syntax": "Bot: Fixing wiki syntax", + "pywikibot-touch": "Pywikibot touch edit" } diff --git a/pywikibot/qqq.json b/pywikibot/qqq.json index 124c02a..7665c4f 100644 --- a/pywikibot/qqq.json +++ b/pywikibot/qqq.json @@ -4,7 +4,6 @@ "Als-Holder", "Fabian Neundorf", "TTMTT", - "संजीव कुमार", "Xqt" ] }, @@ -17,5 +16,6 @@ "pywikibot-enter-xml-filename": "Message displayed to the bot owner to enter the XML dump's filename.", "pywikibot-fixes-fckeditor": "Edit summary for fixes which convert HTML tags from FCK-editor to wiki syntax.", "pywikibot-fixes-html": "Edit summary for the HTML fixes.", - "pywikibot-fixes-syntax": "Edit summary for the syntax and syntax-safe fixes." + "pywikibot-fixes-syntax": "Edit summary for the syntax and syntax-safe fixes.", + "pywikibot-touch": "Edit summary if the bot touches a page and the content changes by MediaWiki software." }
pywikibot-commits@lists.wikimedia.org