From 4dc774c11cea95f2ab381e1a5ff4cccc7d7d7ff3 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 28 Apr 2014 17:22:46 +0200 Subject: [PATCH] also, add french to the available language-files for install-process Signed-off-by: Michael Kaufmann (d00p) --- install/lib/class.FroxlorInstall.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/lib/class.FroxlorInstall.php b/install/lib/class.FroxlorInstall.php index 894c30e3..47e31e03 100644 --- a/install/lib/class.FroxlorInstall.php +++ b/install/lib/class.FroxlorInstall.php @@ -65,7 +65,8 @@ class FroxlorInstall { */ private $_languages = array( 'german' => 'Deutsch', - 'english' => 'English' + 'english' => 'English', + 'french' => 'Français' ); /**