also, add french to the available language-files for install-process

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-04-28 17:22:46 +02:00
parent f48d97e132
commit 4dc774c11c

View File

@@ -65,7 +65,8 @@ class FroxlorInstall {
*/
private $_languages = array(
'german' => 'Deutsch',
'english' => 'English'
'english' => 'English',
'french' => 'Français'
);
/**