Prianka has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/196706

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

Introduce localisation information for piper.py.

Change-Id: Ib29e1fd5f06c592d46412fb6c4b3bd10b2120f94
---
A piper.py
A piper/en.json
A piper/qqq.json
3 files changed, 37 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/i18n 
refs/changes/06/196706/1

diff --git a/piper.py b/piper.py
new file mode 100644
index 0000000..12992b4
--- /dev/null
+++ b/piper.py
@@ -0,0 +1,21 @@
+# -*- coding: utf-8 -*-
+msg = {
+    'qqq': {
+        'piper': u'Robot: Munging the article text.',
+        },
+    'ar': {
+        'piper': u'روبوت: استبدال نص المقال من خلال {0}',
+        },
+    'en': {
+        'piper':  u'Robot: Piping the article text through {0}',
+        },
+    'fa': {
+        'piper':  u'ربات: رد کردن متن مقاله از درون {0}',
+        },
+    'is': {
+        'piper':  u'Vélmenni: Pípa texta síðunnar í gegnum {0}',
+        },
+    'nl': {
+        'piper':  u'Bot: paginatekst door {0} geleid'
+        },
+    }
diff --git a/piper/en.json b/piper/en.json
new file mode 100644
index 0000000..d1a0e2b
--- /dev/null
+++ b/piper/en.json
@@ -0,0 +1,8 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Ævar Arnfjörð Bjarmason"
+               ]
+       },
+       "piper": "Robot: Piping the article text through {0}"
+}
diff --git a/piper/qqq.json b/piper/qqq.json
new file mode 100644
index 0000000..2f6107a
--- /dev/null
+++ b/piper/qqq.json
@@ -0,0 +1,8 @@
+{
+       "@metadata": {
+               "authors": [
+                       "Ævar Arnfjörð Bjarmason"
+               ]
+       },
+       "piper": "Robot: Munging the article text."
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib29e1fd5f06c592d46412fb6c4b3bd10b2120f94
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Owner: Prianka <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to