From: Lucas Werkmeister Date: Mon, 29 Jul 2019 17:12:17 +0000 (+0200) Subject: Fix documentation of languageinfo name prop X-Git-Tag: 1.34.0-rc.0~824^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=c688e3a617599d8c1f00a7c8e4505c3feb8ba2a1 Fix documentation of languageinfo name prop A separate lilang parameter existed in some patch sets of change Ic66991cd85, but was ultimately abandoned again in favor of respecting the general uselang parameter. Apparently I forgot to update the documentation, though. Change-Id: I2722f7a513c963bb9fec0308c413ae02e00851c6 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index cae7687b69..6625863716 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -980,7 +980,7 @@ "apihelp-query+languageinfo-paramvalue-prop-bcp47": "The BCP-47 language code.", "apihelp-query+languageinfo-paramvalue-prop-dir": "The writing direction of the language (either ltr or rtl).", "apihelp-query+languageinfo-paramvalue-prop-autonym": "The autonym of the language, that is, the name in that language.", - "apihelp-query+languageinfo-paramvalue-prop-name": "The name of the language in the language specified by the lilang parameter, with language fallbacks applied if necessary.", + "apihelp-query+languageinfo-paramvalue-prop-name": "The name of the language in the language specified by the uselang parameter, with language fallbacks applied if necessary.", "apihelp-query+languageinfo-paramvalue-prop-fallbacks": "The language codes of the fallback languages configured for this language. The implicit final fallback to 'en' is not included (but some languages may fall back to 'en' explicitly).", "apihelp-query+languageinfo-paramvalue-prop-variants": "The language codes of the variants supported by this language.", "apihelp-query+languageinfo-param-code": "Language codes of the languages that should be returned, or * for all languages.",