Anomie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/239843

Change subject: Add i18n messages for ApiStashEdit
......................................................................

Add i18n messages for ApiStashEdit

Bug: T113189
Change-Id: Iee7b2fbb7b9cd4e7255c87d78be9396073f41236
---
M includes/api/ApiStashEdit.php
M includes/api/i18n/en.json
M includes/api/i18n/qqq.json
3 files changed, 18 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/43/239843/1

diff --git a/includes/api/ApiStashEdit.php b/includes/api/ApiStashEdit.php
index a66b356..e87fc97 100644
--- a/includes/api/ApiStashEdit.php
+++ b/includes/api/ApiStashEdit.php
@@ -20,7 +20,7 @@
  */
 
 /**
- * Prepare and edit in shared cache so that it can be reused on edit
+ * Prepare an edit in shared cache so that it can be reused on edit
  *
  * This endpoint can be called via AJAX as the user focuses on the edit
  * summary box. By the time of submission, the parse may have already
diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index 173598f..78f0568 100644
--- a/includes/api/i18n/en.json
+++ b/includes/api/i18n/en.json
@@ -1256,6 +1256,15 @@
        "apihelp-setnotificationtimestamp-example-pagetimestamp": "Set the 
notification timestamp for <kbd>Main page</kbd> so all edits since 1 January 
2012 are unviewed.",
        "apihelp-setnotificationtimestamp-example-allpages": "Reset the 
notification status for pages in the <kbd>{{ns:user}}</kbd> namespace.",
 
+       "apihelp-stashedit-description": "Prepare an edit in shared 
cache.\n\nThis is intended to be used via AJAX from the edit form to improve 
the performance of the page save.",
+       "apihelp-stashedit-param-title": "Title of the page being edited.",
+       "apihelp-stashedit-param-section": "Section number. <kbd>0</kbd> for 
the top section, <kbd>new</kbd> for a new section.",
+       "apihelp-stashedit-param-sectiontitle": "The title for a new section.",
+       "apihelp-stashedit-param-text": "Page content.",
+       "apihelp-stashedit-param-contentmodel": "Content model of the new 
content.",
+       "apihelp-stashedit-param-contentformat": "Content serialization format 
used for the input text.",
+       "apihelp-stashedit-param-baserevid": "Revision ID of the base 
revision.",
+
        "apihelp-tag-description": "Add or remove change tags from individual 
revisions or log entries.",
        "apihelp-tag-param-rcid": "One or more recent changes IDs from which to 
add or remove the tag.",
        "apihelp-tag-param-revid": "One or more revision IDs from which to add 
or remove the tag.",
diff --git a/includes/api/i18n/qqq.json b/includes/api/i18n/qqq.json
index b851152..9859835 100644
--- a/includes/api/i18n/qqq.json
+++ b/includes/api/i18n/qqq.json
@@ -1170,6 +1170,14 @@
        "apihelp-setnotificationtimestamp-example-page": 
"{{doc-apihelp-example|setnotificationtimestamp}}",
        "apihelp-setnotificationtimestamp-example-pagetimestamp": 
"{{doc-apihelp-example|setnotificationtimestamp}}",
        "apihelp-setnotificationtimestamp-example-allpages": 
"{{doc-apihelp-example|setnotificationtimestamp}}",
+       "apihelp-stashedit-description": "{{apihelp-description|stashedit}}",
+       "apihelp-stashedit-param-baserevid": 
"{{apihelp-param|stashedit|baserevid}}",
+       "apihelp-stashedit-param-contentformat": 
"{{apihelp-param|stashedit|contentformat}}",
+       "apihelp-stashedit-param-contentmodel": 
"{{apihelp-param|stashedit|contentmodel}}",
+       "apihelp-stashedit-param-section": 
"{{apihelp-param|stashedit|section}}",
+       "apihelp-stashedit-param-sectiontitle": 
"{{apihelp-param|stashedit|sectiontitle}}",
+       "apihelp-stashedit-param-text": "{{apihelp-param|stashedit|text}}",
+       "apihelp-stashedit-param-title": "{{apihelp-param|stashedit|title}}",
        "apihelp-tag-description": "{{doc-apihelp-description|tag}}",
        "apihelp-tag-param-rcid": "{{doc-apihelp-param|tag|rcid}}",
        "apihelp-tag-param-revid": "{{doc-apihelp-param|tag|revid}}",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee7b2fbb7b9cd4e7255c87d78be9396073f41236
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
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