Siebrand has uploaded a new change for review.

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

Change subject: Add i18n for API
......................................................................

Add i18n for API

Change-Id: Id241751385c72cfa3ca97cffe33060faacdd4529
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 9 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EmailCapture 
refs/changes/11/276111/1

diff --git a/i18n/en.json b/i18n/en.json
index 52d8046..12d340e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -14,5 +14,8 @@
        "emailcapture-success": "Thank you!\n\nYour email has been successfully 
confirmed.",
        "emailcapture-instructions": "To verify your email address, enter the 
code that was emailed to you and click \"{{int:emailcapture-submit}}\".",
        "emailcapture-verify": "Verification code:",
-       "emailcapture-submit": "Verify email address"
-}
\ No newline at end of file
+       "emailcapture-submit": "Verify email address",
+       "apihelp-emailcapture-description": "Capture email addresses",
+       "apihelp-emailcapture-param-email": "Email address to capture",
+       "apihelp-emailcapture-param-info": "Extra information to log, usually 
JSON encoded structured information"
+}
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 2df308d..299189e 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -18,5 +18,8 @@
        "emailcapture-success": "Used as success message in 
[[Special:EmailCapture]].\n\nSee also:\n* {{msg-mw|Emailcapture-failure}}",
        "emailcapture-instructions": "Used on [[Special:EmailCapture]], see 
image.\n[[Image:TestWiki-Special-EmailCapture-L4H0.png|Screenshot of 
Special:EmailCapture|right|thumb]]\n\nRefers to 
{{msg-mw|Emailcapture-submit}}.",
        "emailcapture-verify": "Used on [[Special:EmailCapture]], see 
image.\n[[Image:TestWiki-Special-EmailCapture-L4H0.png|Screenshot of 
Special:EmailCapture|right|thumb]]",
-       "emailcapture-submit": "Used on [[Special:EmailCapture]], see 
image.\n\nUsed as label for the Submit 
button.\n[[Image:TestWiki-Special-EmailCapture-L4H0.png|Screenshot of 
Special:EmailCapture|right|thumb]]"
+       "emailcapture-submit": "Used on [[Special:EmailCapture]], see 
image.\n\nUsed as label for the Submit 
button.\n[[Image:TestWiki-Special-EmailCapture-L4H0.png|Screenshot of 
Special:EmailCapture|right|thumb]]",
+       "apihelp-emailcapture-description": 
"{{doc-apihelp-description|emailcapture}}",
+       "apihelp-emailcapture-param-email": 
"{{doc-apihelp-param|emailcapture|email}}",
+       "apihelp-emailcapture-param-info": 
"{{doc-apihelp-param|emailcapture|info}}"
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id241751385c72cfa3ca97cffe33060faacdd4529
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EmailCapture
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to