mediawiki-extensions-Catego.../i18n/api/en.json
Umherirrender 0ccac3e337 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: Ia145ec72831c11c9a9a5030d8b716ea44416bb77
2023-06-23 23:26:11 +02:00

13 lines
589 B
JSON

{
"@metadata": {
"authors": [
"Daniel Kinzler, brightbyte.de"
]
},
"apihelp-categorytree-summary": "Internal module for the CategoryTree extension.",
"apihelp-categorytree-param-category": "Title in the category namespace, prefix will be ignored if given.",
"apihelp-categorytree-param-options": "Options for the CategoryTree constructor as a JSON object. The <var>depth</var> option defaults to <kbd>1</kbd>.",
"apierror-categorytree-invalidjson": "Options must be a valid JSON object.",
"apierror-categorytree-invalidjson-option": "Option \"$1\" contains invalid value."
}