jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/358716 )

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: I15fbafdca743a519bc5d1dfd8e2ba71f81fb0f9c
---
M i18n/en.json
M i18n/qqq.json
2 files changed, 8 insertions(+), 0 deletions(-)

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



diff --git a/i18n/en.json b/i18n/en.json
index c30f7cc..9c58e78 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -84,15 +84,19 @@
        "action-viewpmlog": "view the private chat messages log",
 
        "apihelp-chatgetnew-description": "Get new messages in the chat.",
+       "apihelp-chatgetnew-summary": "Get new messages in the chat.",
        "apihelp-chatgetnew-param-focussed": "is the chat tab open/focused 
right now?",
        "apihelp-chatgetnew-example-1": "Get new messages in the chat",
        "apihelp-chatkick-description": "Kick a user from the chat",
+       "apihelp-chatkick-summary": "Kick a user from the chat",
        "apihelp-chatkick-param-id": "The user ID to kick",
        "apihelp-chatkick-example-1": "Kick the user with ID of 1",
        "apihelp-chatsend-description": "Send a public message to the chat",
+       "apihelp-chatsend-summary": "Send a public message to the chat",
        "apihelp-chatsend-param-message": "The message to send",
        "apihelp-chatsend-example-1": "Send \"Hello World!\" to the chat",
        "apihelp-chatsendpm-description": "Send a private message to a user",
+       "apihelp-chatsendpm-summary": "Send a private message to a user",
        "apihelp-chatsendpm-param-id": "The user ID to send a PM to",
        "apihelp-chatsendpm-param-message": "The message to send",
        "apihelp-chatsendpm-example-1": "Send \"Hello World!\" to user with ID 
5",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 4f790c1..abb1139 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -83,15 +83,19 @@
        "action-modchat": "Description of chatmod 
right.\n\n{{Doc-action|modchat}}",
        "action-viewpmlog": "Description of right to view private chat 
messages.\n\n{{Doc-action|viewpmlog}}",
        "apihelp-chatgetnew-description": 
"{{doc-apihelp-description|chatgetnew}}",
+       "apihelp-chatgetnew-summary": "{{doc-apihelp-summary|chatgetnew}}",
        "apihelp-chatgetnew-param-focussed": 
"{{doc-apihelp-param|chatgetnew|focussed}}",
        "apihelp-chatgetnew-example-1": "{{doc-apihelp-example|chatgetnew}}",
        "apihelp-chatkick-description": "{{doc-apihelp-description|chatkick}}",
+       "apihelp-chatkick-summary": "{{doc-apihelp-summary|chatkick}}",
        "apihelp-chatkick-param-id": "{{doc-apihelp-param|chatkick|id}}",
        "apihelp-chatkick-example-1": "{{doc-apihelp-example|chatkick}}",
        "apihelp-chatsend-description": "{{doc-apihelp-description|chatsend}}",
+       "apihelp-chatsend-summary": "{{doc-apihelp-summary|chatsend}}",
        "apihelp-chatsend-param-message": 
"{{doc-apihelp-param|chatsend|message}}",
        "apihelp-chatsend-example-1": "{{doc-apihelp-example|chatsend}}",
        "apihelp-chatsendpm-description": 
"{{doc-apihelp-description|chatsendpm}}",
+       "apihelp-chatsendpm-summary": "{{doc-apihelp-summary|chatsendpm}}",
        "apihelp-chatsendpm-param-id": "{{doc-apihelp-param|chatsendpm|id}}",
        "apihelp-chatsendpm-param-message": 
"{{doc-apihelp-param|chatsendpm|message}}",
        "apihelp-chatsendpm-example-1": "{{doc-apihelp-example|chatsendpm}}",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I15fbafdca743a519bc5d1dfd8e2ba71f81fb0f9c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiChat
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: UltrasonicNXT <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to