From: Brad Jorsch Date: Thu, 2 Jul 2015 18:59:00 +0000 (-0400) Subject: API: Remove some unused i18n messages X-Git-Tag: 1.31.0-rc.0~10892 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=915a87678e9057a217b5c64129348ef17c609c80;p=lhc%2Fweb%2Fwiklou.git API: Remove some unused i18n messages apihelp-query+deletedrevisions-param-limit and apihelp-query+deletedrevisions-param-prop aren't actually used. Instead these are documented with apihelp-query+revisions+base-param-limit and apihelp-query+revisions+base-param-prop, respectively. Change-Id: I4a337e21695c34ab5fe44411978fcce78dce4ac7 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index c0633bc5a8..be4bcadd8c 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -584,8 +584,6 @@ "apihelp-query+deletedrevisions-param-tag": "Only list revisions tagged with this tag.", "apihelp-query+deletedrevisions-param-user": "Only list revisions by this user.", "apihelp-query+deletedrevisions-param-excludeuser": "Don't list revisions by this user.", - "apihelp-query+deletedrevisions-param-limit": "The maximum amount of revisions to list.", - "apihelp-query+deletedrevisions-param-prop": "Which properties to get:\n;revid:Adds the revision ID of the deleted revision.\n;parentid:Adds the revision ID of the previous revision to the page.\n;user:Adds the user who made the revision.\n;userid:Adds the user ID who made the revision.\n;comment:Adds the comment of the revision.\n;parsedcomment:Adds the parsed comment of the revision.\n;minor:Tags if the revision is minor.\n;len:Adds the length (bytes) of the revision.\n;sha1:Adds the SHA-1 (base 16) of the revision.\n;content:Adds the content of the revision.\n;tags:Tags for the revision.", "apihelp-query+deletedrevisions-example-titles": "List the deleted revisions of the pages Main Page and Talk:Main Page, with content.", "apihelp-query+deletedrevisions-example-revids": "List the information for deleted revision 123456.", diff --git a/includes/api/i18n/qqq.json b/includes/api/i18n/qqq.json index cb5b9a5083..b4626e4f42 100644 --- a/includes/api/i18n/qqq.json +++ b/includes/api/i18n/qqq.json @@ -545,8 +545,6 @@ "apihelp-query+deletedrevisions-param-tag": "{{doc-apihelp-param|query+deletedrevisions|tag}}", "apihelp-query+deletedrevisions-param-user": "{{doc-apihelp-param|query+deletedrevisions|user}}", "apihelp-query+deletedrevisions-param-excludeuser": "{{doc-apihelp-param|query+deletedrevisions|excludeuser}}", - "apihelp-query+deletedrevisions-param-limit": "{{doc-apihelp-param|query+deletedrevisions|limit}}", - "apihelp-query+deletedrevisions-param-prop": "{{doc-apihelp-param|query+deletedrevisions|prop}}", "apihelp-query+deletedrevisions-example-titles": "{{doc-apihelp-example|query+deletedrevisions}}", "apihelp-query+deletedrevisions-example-revids": "{{doc-apihelp-example|query+deletedrevisions}}", "apihelp-query+deletedrevs-description": "{{doc-apihelp-description|query+deletedrevs}}",