api: Remove old apihelp i18n description messages

No longer used since 1.33

Automatically removed message keys with "doc-apihelp-description" in qqq

Bug: T340253
Change-Id: I99fdcadd85ae5dde0448acea5d15d207e02e7d64
This commit is contained in:
Umherirrender 2023-06-24 21:31:07 +02:00
parent 275212d2ea
commit 846f3a5fde
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@
"Thomas Gries"
]
},
"apihelp-pollsubmitvote-description": "AJAXPoll API module",
"apihelp-pollsubmitvote-summary": "AJAXPoll API module",
"apihelp-pollsubmitvote-param-poll": "Poll ID, such as 832A5FA2C2583A5732B90CEFF658FE25; IDs are formed by hashing the input (question + answer options, i.e. the text between <code>&lt;poll&gt;...&lt;/poll&gt;</code> tags) with MD5 hashing algorithm and converting the result to UPPERCASE with PHP's <code>strtoupper</code> function",
"apihelp-pollsubmitvote-param-answer": "Numerical answer option identifier; use 0 to revoke a previously cast vote",

View file

@ -7,7 +7,6 @@
"Umherirrender"
]
},
"apihelp-pollsubmitvote-description": "{{doc-apihelp-description|pollsubmitvote}}",
"apihelp-pollsubmitvote-summary": "{{doc-apihelp-summary|pollsubmitvote}}",
"apihelp-pollsubmitvote-param-poll": "{{doc-apihelp-param|pollsubmitvote|poll}}",
"apihelp-pollsubmitvote-param-answer": "{{doc-apihelp-param|pollsubmitvote|answer}}",