jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/668747 )
Change subject: [i18n] add i18n support for transferbot ......................................................................
[i18n] add i18n support for transferbot
Bug: T216898 Change-Id: Ia72d384e0914e066558ca585b9b1f5b372b6fc51 --- A transferbot/en.json A transferbot/qqq.json 2 files changed, 18 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/transferbot/en.json b/transferbot/en.json new file mode 100644 index 0000000..885de2a --- /dev/null +++ b/transferbot/en.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Valhallasw" + ] + }, + "transferbot-summary": "Moved page from %(source)s", + "transferbot-target": "This page was moved from %(source)s. Its edit history can be viewed at %(history)s" +} diff --git a/transferbot/qqq.json b/transferbot/qqq.json new file mode 100644 index 0000000..a088a9e --- /dev/null +++ b/transferbot/qqq.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "Xqt" + ] + }, + "transferbot-summary": "Edit summary when the bot transfers a page from source page to target. Parameters:\n * %(source)s - link of the source page", + "transferbot-target": "A summary which is written to a target page when a content was copied from a source. Parameters:\n %(source)s - link of the source page\n * %(history)s - link of the edit history page" +}
pywikibot-commits@lists.wikimedia.org