From: Sam Reed Date: Fri, 30 Dec 2011 22:44:07 +0000 (+0000) Subject: Related to bug 33223 X-Git-Tag: 1.31.0-rc.0~25667 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=f9aac8d3ba4f63f82ed55f6680826d4a87c48647;p=lhc%2Fweb%2Fwiklou.git Related to bug 33223 Update static list of languages that support variants --- diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index 4ac98a3d0a..cd54a7daf7 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -674,7 +674,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 include kk, ku, gan, tg, sr, zh' ), + 'Languages that support variant conversion include gan, iu, kk, ku, shi, sr, tg, 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',