jenkins-bot submitted this change.
[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(-)
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"
+}
To view, visit change 668747. To unsubscribe, or for help writing mail filters, visit settings.