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

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

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



diff --git a/i18n/en.json b/i18n/en.json
index c59ff9f..ebf0dc0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -242,6 +242,7 @@
        "pageinfo-usinglqt": "Threaded discussion enabled",
        "pageinfo-usinglqt-yes": "Yes",
        "apihelp-feedthreads-description": "Return a feed of discussion 
threads.",
+       "apihelp-feedthreads-summary": "Return a feed of discussion threads.",
        "apihelp-feedthreads-param-feedformat": "The format of the feed.",
        "apihelp-feedthreads-param-days": "Number of days of threads to show.",
        "apihelp-feedthreads-param-type": "Types of posts to show.",
@@ -251,6 +252,7 @@
        "apihelp-feedthreads-example-2": "Show a feed of replies on 
[[Thread:Foo]]",
        "apihelp-feedthreads-example-3": "Show a feed of new threads on 
[[Talk:Main Page]]",
        "apihelp-query+threads-description": "Show details of LiquidThreads 
threads.",
+       "apihelp-query+threads-summary": "Show details of LiquidThreads 
threads.",
        "apihelp-query+threads-param-startid": "The thread ID to start 
enumerating from.",
        "apihelp-query+threads-param-endid": "The thread ID to stop enumerating 
at.",
        "apihelp-query+threads-param-showdeleted": "Whether or not to show 
deleted threads.",
@@ -271,6 +273,7 @@
        "apihelp-query+threads-example-1": "List threads on [[Talk:Main Page]]",
        "apihelp-query+threads-example-2": "List threads with IDs 1, 2, 3, and 
4",
        "apihelp-threadaction-description": "Allows actions to be taken on 
threads and posts in threaded discussions.",
+       "apihelp-threadaction-summary": "Allows actions to be taken on threads 
and posts in threaded discussions.",
        "apihelp-threadaction-param-thread": "Thread IDs or titles to act on.",
        "apihelp-threadaction-param-talkpage": "The talkpage to act on (if 
applicable).",
        "apihelp-threadaction-param-threadaction": "The action to take.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index c7b5cb8..b13448c 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -277,6 +277,7 @@
        "pageinfo-usinglqt": "Entry for whether the page uses LiquidThreads or 
not",
        "pageinfo-usinglqt-yes": "Yes, this page uses 
LiquidThreads.\n{{Identical|Yes}}",
        "apihelp-feedthreads-description": 
"{{doc-apihelp-description|feedthreads}}",
+       "apihelp-feedthreads-summary": "{{doc-apihelp-summary|feedthreads}}",
        "apihelp-feedthreads-param-feedformat": 
"{{doc-apihelp-param|feedthreads|feedformat}}",
        "apihelp-feedthreads-param-days": 
"{{doc-apihelp-param|feedthreads|days}}",
        "apihelp-feedthreads-param-type": 
"{{doc-apihelp-param|feedthreads|type}}",
@@ -286,6 +287,7 @@
        "apihelp-feedthreads-example-2": "Replace \"Foo\" with any 
example/filler word suitable in your 
language.\n----\n{{doc-apihelp-example|feedthreads}}",
        "apihelp-feedthreads-example-3": "{{doc-apihelp-example|feedthreads}}",
        "apihelp-query+threads-description": 
"{{doc-apihelp-description|query+threads}}",
+       "apihelp-query+threads-summary": 
"{{doc-apihelp-summary|query+threads}}",
        "apihelp-query+threads-param-startid": 
"{{doc-apihelp-param|query+threads|startid}}",
        "apihelp-query+threads-param-endid": 
"{{doc-apihelp-param|query+threads|endid}}",
        "apihelp-query+threads-param-showdeleted": 
"{{doc-apihelp-param|query+threads|showdeleted}}",
@@ -306,6 +308,7 @@
        "apihelp-query+threads-example-1": 
"{{doc-apihelp-example|query+threads}}",
        "apihelp-query+threads-example-2": 
"{{doc-apihelp-example|query+threads}}",
        "apihelp-threadaction-description": 
"{{doc-apihelp-description|threadaction}}",
+       "apihelp-threadaction-summary": "{{doc-apihelp-summary|threadaction}}",
        "apihelp-threadaction-param-thread": 
"{{doc-apihelp-param|threadaction|thread}}",
        "apihelp-threadaction-param-talkpage": 
"{{doc-apihelp-param|threadaction|talkpage}}",
        "apihelp-threadaction-param-threadaction": 
"{{doc-apihelp-param|threadaction|threadaction}}",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0a4e5983f1e6638c1e4abf96f6764a7b15434ea1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LiquidThreads
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to