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

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/JsonConfig 
refs/changes/06/358706/1

diff --git a/i18n/en.json b/i18n/en.json
index 68a441b..ba9f1bd 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -48,6 +48,7 @@
        "right-jsonconfig-flush": "Manipulate JsonConfig via API",
        "action-jsonconfig-flush": "manipulate JsonConfig via API",
        "apihelp-jsonconfig-description": "Allows direct access to JsonConfig 
subsystem.",
+       "apihelp-jsonconfig-summary": "Allows direct access to JsonConfig 
subsystem.",
        "apihelp-jsonconfig-param-command": "Which sub-action to perform on 
JsonConfig:\n;status:Shows JsonConfig configuration.\n;reset:Clears 
configurations from cache. Requires $1title parameter and jsonconfig-reset 
right.\n;reload:Reloads and caches configurations from config store. Requires 
$1title parameter and jsonconfig-reset right.",
        "apihelp-jsonconfig-param-namespace": "Namespace number of the title to 
process.",
        "apihelp-jsonconfig-param-title": "Title to process without namespace 
prefix.",
@@ -56,6 +57,7 @@
        "apihelp-jsonconfig-example-2": "Reset [[Zero:TEST]]",
        "apihelp-jsonconfig-example-3": "Reload [[Zero:TEST]]",
        "apihelp-jsondata-description": "Retrieve localized JSON data.",
+       "apihelp-jsondata-summary": "Retrieve localized JSON data.",
        "apihelp-jsondata-param-title": "Title to get. By default assumes 
namespace to be \"Data:\"",
        "apihelp-jsondata-example-1": "Get JSON content of the Sample.tab page, 
localized to user's language",
        "apihelp-jsondata-example-2": "Get JSON content of the Sample.tab page 
localized to French",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 14f3378..d9297d7 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -57,6 +57,7 @@
        "right-jsonconfig-flush": "{{doc-right|jsonconfig-flush}}",
        "action-jsonconfig-flush": "{{doc-action|jsonconfig-flush}}",
        "apihelp-jsonconfig-description": 
"{{doc-apihelp-description|jsonconfig}}",
+       "apihelp-jsonconfig-summary": "{{doc-apihelp-summary|jsonconfig}}",
        "apihelp-jsonconfig-param-command": "The \"config store\" is the new 
way to store the MediaWiki configuration outside 
<code>LocalSettings.php</code>, namely in JSON files. 
\n----\n{{doc-apihelp-param|jsonconfig|command}}",
        "apihelp-jsonconfig-param-namespace": 
"{{doc-apihelp-param|jsonconfig|namespace}}",
        "apihelp-jsonconfig-param-title": 
"{{doc-apihelp-param|jsonconfig|title}}",
@@ -65,6 +66,7 @@
        "apihelp-jsonconfig-example-2": "{{doc-apihelp-example|jsonconfig}}",
        "apihelp-jsonconfig-example-3": "{{doc-apihelp-example|jsonconfig}}",
        "apihelp-jsondata-description": "{{doc-apihelp-description|jsondata}}",
+       "apihelp-jsondata-summary": "{{doc-apihelp-summary|jsondata}}",
        "apihelp-jsondata-param-title": "{{doc-apihelp-param|jsondata|title}}",
        "apihelp-jsondata-example-1": "{{doc-apihelp-example|jsondata}}",
        "apihelp-jsondata-example-2": "{{doc-apihelp-example|jsondata}}",

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

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