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

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PageViewInfo 
refs/changes/30/358730/1

diff --git a/i18n/en.json b/i18n/en.json
index 1d67683..e2499f1 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -15,12 +15,17 @@
        "apihelp-pageviewinfo-paramvalue-metric-pageviews": "Plain pageviews.",
        "apihelp-pageviewinfo-paramvalue-metric-uniques": "Unique visitors.",
        "apihelp-pageviewinfo-param-days": "The number of days to show.",
-       "apihelp-query+pageviews-description": "Shows per-page pageview data 
(the number of daily pageviews for each of the last <var>$1days</var> days). 
The result format is page title (with underscores) => date (Ymd) => count.",
+       "apihelp-query+pageviews-description": "Shows per-page pageview data 
(the number of daily pageviews for each of the last <var>$1days</var> 
days).\nThe result format is page title (with underscores) => date (Ymd) => 
count.",
+       "apihelp-query+pageviews-summary": "Shows per-page pageview data (the 
number of daily pageviews for each of the last <var>$1days</var> days).",
+       "apihelp-query+pageviews-extended-description": "The result format is 
page title (with underscores) => date (Ymd) => count.",
        "apihelp-query+pageviews-example": "Show pageview statistics for the 
main page.",
-       "apihelp-query+siteviews-description": "Shows sitewide pageview data 
(daily pageview totals for each of the last <var>$1days</var> days). The result 
format is date (Ymd) => count.",
+       "apihelp-query+siteviews-description": "Shows sitewide pageview data 
(daily pageview totals for each of the last <var>$1days</var> days).\nThe 
result format is date (Ymd) => count.",
+       "apihelp-query+siteviews-summary": "Shows sitewide pageview data (daily 
pageview totals for each of the last <var>$1days</var> days).",
+       "apihelp-query+siteviews-extended-description": "The result format is 
date (Ymd) => count.",
        "apihelp-query+siteviews-example": "Show sitewide pageview totals.",
        "apihelp-query+siteviews-example2": "Show sitewide unique visitor 
totals.",
        "apihelp-query+mostviewed-description": "Lists the most viewed pages 
(based on last day's pageview count).",
+       "apihelp-query+mostviewed-summary": "Lists the most viewed pages (based 
on last day's pageview count).",
        "apihelp-query+mostviewed-param-limit" : "The number of pages to 
return.",
        "apihelp-query+mostviewed-example": "List the top 10 pages.",
        "apihelp-query+mostviewed-example2": "Show pageview data for each of 
the top 10 pages."
diff --git a/i18n/qqq.json b/i18n/qqq.json
index db13f14..2702065 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -19,11 +19,16 @@
        "apihelp-pageviewinfo-paramvalue-metric-uniques": 
"{{doc-apihelp-paramvalue|pageviewinfo|metric|uniques|description=Also used for 
the <code>query+siteviews</code> and <code>query+mostviewed</code> 
modules.|noseealso=1}}",
        "apihelp-pageviewinfo-param-days": 
"{{doc-apihelp-param|pageviewinfo|days|description=Also used for the 
<code>query+siteviews</code> module.|noseealso=1}}",
        "apihelp-query+pageviews-description": 
"{{doc-apihelp-description|query+pageviews}}",
+       "apihelp-query+pageviews-summary": 
"{{doc-apihelp-summary|query+pageviews}}",
+       "apihelp-query+pageviews-extended-description": 
"{{doc-apihelp-extended-description|query+pageviews}}",
        "apihelp-query+pageviews-example": 
"{{doc-apihelp-example|query+pageviews}}",
        "apihelp-query+siteviews-description": 
"{{doc-apihelp-description|query+siteviews}}",
+       "apihelp-query+siteviews-summary": 
"{{doc-apihelp-summary|query+siteviews}}",
+       "apihelp-query+siteviews-extended-description": 
"{{doc-apihelp-extended-description|query+siteviews}}",
        "apihelp-query+siteviews-example": 
"{{doc-apihelp-example|query+siteviews}}",
        "apihelp-query+siteviews-example2": 
"{{doc-apihelp-example|query+siteviews}}",
        "apihelp-query+mostviewed-description": 
"{{doc-apihelp-description|query+mostviewed}}",
+       "apihelp-query+mostviewed-summary": 
"{{doc-apihelp-summary|query+mostviewed}}",
        "apihelp-query+mostviewed-param-limit": 
"{{doc-apihelp-param|query+mostviewed|limit}}",
        "apihelp-query+mostviewed-example": 
"{{doc-apihelp-example|query+mostviewed}}",
        "apihelp-query+mostviewed-example2": 
"{{doc-apihelp-example|query+mostviewed}}"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idf7f29642c325c40241a8b1ec2e4bf29a06f16df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PageViewInfo
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