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

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/18/358718/1

diff --git a/i18n/en.json b/i18n/en.json
index 52eda71..cd11070 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -301,6 +301,7 @@
        "skinname-minerva": "Minerva",
        "mobile-frontend-pageaction-edit-tooltip": "Edit the lead section of 
this page.",
        "apihelp-mobileview-description": "Returns data needed for mobile 
views.",
+       "apihelp-mobileview-summary": "Returns data needed for mobile views.",
        "apihelp-mobileview-param-page": "Title of page to process.",
        "apihelp-mobileview-param-redirect": "Whether redirects should be 
followed.",
        "apihelp-mobileview-param-sections": "Pipe-separated list of section 
numbers for which to return text. \"all\" can be used to return for all. Ranges 
in format \"1-4\" mean get sections 1,2,3,4. Ranges without second number, e.g. 
\"1-\" means get all until the end. \"references\" can be used to specify that 
all sections containing references should be returned.",
@@ -326,6 +327,7 @@
        "apihelp-parse-param-noimages": "Disable images in mobile output.",
        "apihelp-parse-param-mainpage": "Apply mobile main page 
transformations.",
        "apihelp-webapp-manifest-description": "Returns a webapp manifest.",
+       "apihelp-webapp-manifest-summary": "Returns a webapp manifest.",
        "apierror-mobilefrontend-badidtitle": "Bad revision id/title 
combination.",
        "apierror-mobilefrontend-toomanysizeparams": "<var>thumbsize</var> is 
mutually exclusive with <var>thumbwidth</var> and <var>thumbheight</var>.",
        "apiwarn-mobilefrontend-ignoringnoheadings": "<var>noheadings</var> 
makes no sense on the main page, ignoring.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 06a36d4..8d49438 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -302,6 +302,7 @@
        "skinname-minerva": "{{optional}}",
        "mobile-frontend-pageaction-edit-tooltip": "Tooltip that appears when 
you hover over the edit icon at the top of the page in the page action bar.",
        "apihelp-mobileview-description": 
"{{doc-apihelp-description|mobileview}}",
+       "apihelp-mobileview-summary": "{{doc-apihelp-summary|mobileview}}",
        "apihelp-mobileview-param-page": 
"{{doc-apihelp-param|mobileview|page}}",
        "apihelp-mobileview-param-redirect": 
"{{doc-apihelp-param|mobileview|redirect}}",
        "apihelp-mobileview-param-sections": 
"{{doc-apihelp-param|mobileview|sections}}",
@@ -327,6 +328,7 @@
        "apihelp-parse-param-noimages": "{{doc-apihelp-param|parse|noimages}}",
        "apihelp-parse-param-mainpage": "{{doc-apihelp-param|parse|mainpage}}",
        "apihelp-webapp-manifest-description": 
"{{doc-apihelp-description|webapp-manifest}}",
+       "apihelp-webapp-manifest-summary": 
"{{doc-apihelp-summary|webapp-manifest}}",
        "apierror-mobilefrontend-badidtitle": "{{doc-apierror}}",
        "apierror-mobilefrontend-toomanysizeparams": "{{doc-apierror}}",
        "apiwarn-mobilefrontend-ignoringnoheadings": "{{doc-apierror}}",

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

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