jenkins-bot submitted this change.

View Change


Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[i18n] Add i18n support for replicate_wiki

Bug: T333759
Change-Id: I2325a4a416a6e9d6e741c0356b5d21c10984ab62
---
A replicate_wiki/qqq.json
A replicate_wiki/en.json
2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/replicate_wiki/en.json b/replicate_wiki/en.json
new file mode 100644
index 0000000..e248c02
--- /dev/null
+++ b/replicate_wiki/en.json
@@ -0,0 +1,13 @@
+{
+ "@metadata": {
+ "authors": [
+ "Valhallasw",
+ "Xqt"
+ ]
+ },
+ "replicate_wiki-headline": "Pages that differ from original",
+ "replicate_wiki-missing-users": "Admins from original that are missing here",
+ "replicate_wiki-same-pages": "All important pages are the same",
+ "replicate_wiki-same-users": "All users from original are also present on this wiki",
+ "replicate_wiki-summary": "Bot: Wiki synchronization from %(source)s"
+}
diff --git a/replicate_wiki/qqq.json b/replicate_wiki/qqq.json
new file mode 100644
index 0000000..84123c7
--- /dev/null
+++ b/replicate_wiki/qqq.json
@@ -0,0 +1,12 @@
+{
+ "@metadata": {
+ "authors": [
+ "Xqt"
+ ]
+ },
+ "replicate_wiki-headline": "Headline for replication overview for pages that differ from source wiki",
+ "replicate_wiki-missing-users": "Headline for replication overview for users missing on target wiki",
+ "replicate_wiki-same-pages": "Text if no important pages differ from source",
+ "replicate_wiki-same-users": "Text if no user from original wiki is missing on target wiki",
+ "replicate_wiki-summary": "Edit summary when the bot transfers pages from a source wiki to target. Parameters:\n* %(source)s - name of the source wiki"
+}

To view, visit change 904891. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Change-Id: I2325a4a416a6e9d6e741c0356b5d21c10984ab62
Gerrit-Change-Number: 904891
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Merlijn van Deen <valhallasw@arctus.nl>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged