/**
* Returns localised list of installed translations
* @param bool $returnall return all or just enabled
+ * @return array moodle translation code => localised translation name
*/
public function get_list_of_translations($returnall = false);
/**
* Returns localised list of installed translations
* @param bool $returnall return all or just enabled
+ * @return array moodle translation code => localised translation name
*/
public function get_list_of_translations($returnall = false) {
global $CFG;
/**
* Returns localised list of installed translations
* @param bool $returnall return all or just enabled
+ * @return array moodle translation code => localised translation name
*/
public function get_list_of_translations($returnall = false) {
// return all is ignored here - we need to know all langs in installer