Anomie has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/358720 )

Change subject: API: Split description messages into summary + additional text
......................................................................

API: Split description messages into summary + additional text

See MediaWiki core patch I778bab2b

Change-Id: I690766f4d7ed27ff40f62b6ce0ab9dea38de3f69
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OATHAuth 
refs/changes/20/358720/1

diff --git a/i18n/en.json b/i18n/en.json
index 8d2be13..97eaa97 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -39,10 +39,12 @@
        "right-oathauth-api-all": "Query and validate OATH information for self 
and others",
        "action-oathauth-api-all": "check OATH status",
        "apihelp-query+oath-description": "Check to see if two-factor 
authentication (OATH) is enabled for a user.",
+       "apihelp-query+oath-summary": "Check to see if two-factor 
authentication (OATH) is enabled for a user.",
        "apihelp-query+oath-param-user": "User to get information about. 
Defaults to the current user.",
        "apihelp-query+oath-example-1": "Get information about the current 
user",
        "apihelp-query+oath-example-2": "Get information about user 
<kbd>Example</kbd>",
        "apihelp-oathvalidate-description": "Validate a two-factor 
authentication (OATH) token.",
+       "apihelp-oathvalidate-summary": "Validate a two-factor authentication 
(OATH) token.",
        "apihelp-oathvalidate-param-user": "User to validate token for. 
Defaults to the current user.",
        "apihelp-oathvalidate-param-totp": "Two-factor authentication (OATH) 
token.",
        "apihelp-oathvalidate-example-1": "Validate a token for the current 
user",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index b96d94c..445ea22 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -46,10 +46,12 @@
        "right-oathauth-api-all": "{{doc-right|oathauth-api-all}}",
        "action-oathauth-api-all": "{{doc-action|oathauth-api-all}}",
        "apihelp-query+oath-description": 
"{{doc-apihelp-description|query+oath}}",
+       "apihelp-query+oath-summary": "{{doc-apihelp-summary|query+oath}}",
        "apihelp-query+oath-param-user": 
"{{doc-apihelp-param|query+oath|user}}",
        "apihelp-query+oath-example-1": "{{doc-apihelp-example|query+oath}}",
        "apihelp-query+oath-example-2": "{{doc-apihelp-example|query+oath}}",
        "apihelp-oathvalidate-description": 
"{{doc-apihelp-description|oathvalidate}}",
+       "apihelp-oathvalidate-summary": "{{doc-apihelp-summary|oathvalidate}}",
        "apihelp-oathvalidate-param-user": 
"{{doc-apihelp-param|oathvalidate|user}}",
        "apihelp-oathvalidate-param-totp": 
"{{doc-apihelp-param|oathvalidate|totp}}",
        "apihelp-oathvalidate-example-1": 
"{{doc-apihelp-example|oathvalidate}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I690766f4d7ed27ff40f62b6ce0ab9dea38de3f69
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OATHAuth
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>

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

Reply via email to