jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/777383 )
Change subject: [i18n] Add delinker bot summary to the i18n system ......................................................................
[i18n] Add delinker bot summary to the i18n system
Bug: T299563 Change-Id: I44eb0e7aeab13300b5d036184cccd441369d1db0 --- A delinker/en.json A delinker/qqq.json 2 files changed, 16 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/delinker/en.json b/delinker/en.json new file mode 100644 index 0000000..eb4bbf7 --- /dev/null +++ b/delinker/en.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Xqt" + ] + }, + "delinker-delink": "Bot: The file [[%(title)s]] has been removed, as it has been deleted by [[:User:%(user)s]]: ''%(comment)s''." +} diff --git a/delinker/qqq.json b/delinker/qqq.json new file mode 100644 index 0000000..104d500 --- /dev/null +++ b/delinker/qqq.json @@ -0,0 +1,8 @@ +{ + "@metadata": { + "authors": [ + "Xqt" + ] + }, + "delinker-delink": "Edit summary when the bot delinks a file due to its deletion. %(title)s contains the file title, %(user)s is the user name who has deleted the file and %(comment)s contains the deletion reason." +}