From: Roan Kattouw Date: Mon, 4 Oct 2010 09:11:15 +0000 (+0000) Subject: Per r74201 CR, make it clear that the list of languages supporting variant conversion... X-Git-Tag: 1.31.0-rc.0~34626 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=adf4822d1818efdb53270470b9a563ffce8a5f95;p=lhc%2Fweb%2Fwiklou.git Per r74201 CR, make it clear that the list of languages supporting variant conversion may not be complete --- diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index cdb790cba4..6d73350065 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -642,7 +642,7 @@ class ApiQuery extends ApiBase { 'NOTE: generator parameter names must be prefixed with a \'g\', see examples' ), 'redirects' => 'Automatically resolve redirects', 'converttitles' => array( "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion.", - 'Languages that support variant conversion are kk, ku, gan, tg, sr, zh' ), + 'Languages that support variant conversion include kk, ku, gan, tg, sr, zh' ), 'indexpageids' => 'Include an additional pageids section listing all returned page IDs', 'export' => 'Export the current revisions of all given or generated pages', 'exportnowrap' => 'Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with export',