jenkins-bot has submitted this change and it was merged.

Change subject: Introduce localisation information for piper.py.
......................................................................


Introduce localisation information for piper.py.

Change-Id: Ib29e1fd5f06c592d46412fb6c4b3bd10b2120f94
---
M Gruntfile.js
A piper.py
A piper/ar.json
A piper/en.json
A piper/fa.json
A piper/is.json
A piper/nl.json
A piper/qqq.json
8 files changed, 70 insertions(+), 0 deletions(-)

Approvals:
  John Vandenberg: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Gruntfile.js b/Gruntfile.js
index 381308f..4370245 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -38,6 +38,7 @@
                        ndashredir: __dirname + '/ndashredir/',
                        noreferences: __dirname + '/noreferences/',
                        pagefromfile: __dirname + '/pagefromfile/',
+                       piper: __dirname + '/piper/',
                        protect: __dirname + '/protect/',
                        pywikibot: __dirname + '/pywikibot/',
                        redirect: __dirname + '/redirect/',
diff --git a/piper.py b/piper.py
new file mode 100644
index 0000000..b214f0f
--- /dev/null
+++ b/piper.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+msg = {
+    'qqq': {
+        'piper-edit-summary': u'Edit summary when the bot munges article 
text.\n* %s - the use of this external filtering program.',
+    },
+    'ar': {
+        'piper-edit-summary': u'روبوت: استبدال نص المقال من خلال %s',
+    },
+    'en': {
+        'piper-edit-summary': u'Robot: Piping the article text through %s',
+    },
+    'fa': {
+        'piper-edit-summary': u'ربات: رد کردن متن مقاله از درون %s',
+    },
+    'is': {
+        'piper-edit-summary': u'Vélmenni: Pípa texta síðunnar í gegnum %s',
+    },
+    'nl': {
+        'piper-edit-summary': u'Bot: paginatekst door %s geleid',
+    },
+}
diff --git a/piper/ar.json b/piper/ar.json
new file mode 100644
index 0000000..41b2a9a
--- /dev/null
+++ b/piper/ar.json
@@ -0,0 +1,8 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Meno25"
+               ]
+       },
+       "piper-edit-summary": "روبوت: استبدال نص المقال من خلال %s"
+}
diff --git a/piper/en.json b/piper/en.json
new file mode 100644
index 0000000..95d5711
--- /dev/null
+++ b/piper/en.json
@@ -0,0 +1,8 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Ævar Arnfjörð Bjarmason"
+               ]
+       },
+       "piper-edit-summary": "Robot: Piping the article text through %s"
+}
diff --git a/piper/fa.json b/piper/fa.json
new file mode 100644
index 0000000..62f57df
--- /dev/null
+++ b/piper/fa.json
@@ -0,0 +1,8 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Huji"
+               ]
+       },
+       "piper-edit-summary": "ربات: رد کردن متن مقاله از درون %s"
+}
diff --git a/piper/is.json b/piper/is.json
new file mode 100644
index 0000000..1b4f9cc
--- /dev/null
+++ b/piper/is.json
@@ -0,0 +1,8 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Ævar Arnfjörð Bjarmason"
+               ]
+       },
+       "piper-edit-summary": "Vélmenni: Pípa texta síðunnar í gegnum %s"
+}
diff --git a/piper/nl.json b/piper/nl.json
new file mode 100644
index 0000000..34c68c5
--- /dev/null
+++ b/piper/nl.json
@@ -0,0 +1,8 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Siebrand Mazeland"
+               ]
+       },
+       "piper-edit-summary": "Bot: paginatekst door %s geleid"
+}
diff --git a/piper/qqq.json b/piper/qqq.json
new file mode 100644
index 0000000..49e5a70
--- /dev/null
+++ b/piper/qqq.json
@@ -0,0 +1,8 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Priyanka Jayaswal"
+               ]
+       },
+       "piper-edit-summary": "Edit summary when the bot munges article 
text.\n* %s - the use of this external filtering program."
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/196706
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib29e1fd5f06c592d46412fb6c4b3bd10b2120f94
Gerrit-PatchSet: 10
Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Owner: Prianka <priyankajayaswal...@gmail.com>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: Prianka <priyankajayaswal...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: XZise <commodorefabia...@gmx.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to