forked from extern/egroupware
localised the list of availible languages
This commit is contained in:
parent
be80b4fb09
commit
5e406355f9
@ -201,7 +201,7 @@
|
||||
}
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user