localised the list of availible languages

This commit is contained in:
Ralf Becker 2004-03-21 21:16:57 +00:00
parent be80b4fb09
commit 5e406355f9

View File

@ -201,7 +201,7 @@
} }
while ($this->db->next_record()) while ($this->db->next_record())
{ {
$this->langs[$this->db->f('lang')] = $this->db->f('lang_name'); $this->langs[$this->db->f('lang')] = $this->translate($this->db->f('lang_name'),False,'');
} }
} }
return $this->langs; return $this->langs;