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

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PageForms 
refs/changes/26/358726/1

diff --git a/i18n/en.json b/i18n/en.json
index ebefa68..f113752 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -7,6 +7,7 @@
        "pageforms-desc": "Forms for creating and editing wiki pages",
        "specialpages-group-pf_group": "Page Forms",
        "apihelp-pfautocomplete-description": "Autocompletion used by the Page 
Forms extension.",
+       "apihelp-pfautocomplete-summary": "Autocompletion used by the Page 
Forms extension.",
        "apihelp-pfautocomplete-param-limit": "A limit on the number of results 
returned",
        "apihelp-pfautocomplete-param-substr": "The substring to autocomplete 
on",
        "apihelp-pfautocomplete-param-property": "A Semantic MediaWiki property 
whose values will be autocompleted on",
@@ -22,6 +23,7 @@
        "apihelp-pfautocomplete-param-base_cargo_field": "The Cargo field for a 
previous field in the form to check against",
        "apihelp-pfautocomplete-param-basevalue": "The value to check for the 
previous property or field",
        "apihelp-pfautoedit-description": "Create or edit a page using a form 
defined by the Page Forms extension.",
+       "apihelp-pfautoedit-summary": "Create or edit a page using a form 
defined by the Page Forms extension.",
        "apihelp-pfautoedit-param-form": "The Page Forms form to use",
        "apihelp-pfautoedit-param-target": "The name of the page to be created 
or edited",
        "apihelp-pfautoedit-param-query": "The query string",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 1db414d..8938fad 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -23,6 +23,7 @@
        "pageforms-desc": "{{desc|name=Page 
Forms|url=https://www.mediawiki.org/wiki/Extension:Page_Forms}}";,
        "specialpages-group-pf_group": "{{doc-special-group|that=are related to 
Page Forms|like=[[Special:CreateForm]], [[Special:CreateTemplate]], 
[[Special:CreateProperty]], [[Special:CreateCategory]], 
[[Special:CreateClass]], [[Special:FormStart]], [[Special:FormEdit]], 
[[Special:RunQuery]]}}",
        "apihelp-pfautocomplete-description": 
"{{doc-apihelp-description|pfautocomplete}}",
+       "apihelp-pfautocomplete-summary": 
"{{doc-apihelp-summary|pfautocomplete}}",
        "apihelp-pfautocomplete-param-limit": 
"{{doc-apihelp-param|pfautocomplete|limit}}",
        "apihelp-pfautocomplete-param-substr": 
"{{doc-apihelp-param|pfautocomplete|substr}}",
        "apihelp-pfautocomplete-param-property": 
"{{doc-apihelp-param|pfautocomplete|property}}",
@@ -38,6 +39,7 @@
        "apihelp-pfautocomplete-param-base_cargo_field": 
"{{doc-apihelp-param|pfautocomplete|base_cargo_field}}",
        "apihelp-pfautocomplete-param-basevalue": 
"{{doc-apihelp-param|pfautocomplete|basevalue}}",
        "apihelp-pfautoedit-description": 
"{{doc-apihelp-description|pfautoedit}}",
+       "apihelp-pfautoedit-summary": "{{doc-apihelp-summary|pfautoedit}}",
        "apihelp-pfautoedit-param-form": 
"{{doc-apihelp-param|pfautoedit|form}}",
        "apihelp-pfautoedit-param-target": 
"{{doc-apihelp-param|pfautoedit|target}}",
        "apihelp-pfautoedit-param-query": 
"{{doc-apihelp-param|pfautoedit|query}}",

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

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