mediawiki-extensions-Discus.../i18n/api/en.json
Bartosz Dziewoński a59dee8ec2 Fix 'discussiontoolsedit' API module description
The text of this message looks like a description for a 'summary'
parameter for the API (which doesn't exist, and if it did, we'd reuse
the message from core anyway). It's supposed to contain an overall
summary/description of the whole module.

Change-Id: I110d0ac6cd6fa9c2dc171615cbf1cd9629452d5a
2020-09-09 23:06:38 +02:00

13 lines
570 B
JSON

{
"@metadata": {
"authors": []
},
"apierror-discussiontools-commentid-notfound": "Comment ID not found: $1",
"apihelp-discussiontools-param-oldid": "The revision number to use (defaults to latest revision).",
"apihelp-discussiontools-summary": "Returns metadata required to initialize the discussion tools.",
"apihelp-discussiontoolsedit-summary": "Post a message on a discussion page.",
"apihelp-discussiontoolsedit-param-commentid": "Comment ID.",
"apihelp-discussiontoolsedit-param-html": "HTML",
"apihelp-discussiontoolsedit-param-wikitext": "Wikitext"
}