mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 03:19:56 +01:00
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