From aa889b8b6773f3d79060cd684ed5eafaf8bd1b40 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Thu, 27 Nov 2008 11:36:24 +0000 Subject: [PATCH] config: preliminary french localization git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@205 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/libs/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messenger/webim/libs/config.php b/src/messenger/webim/libs/config.php index e1dcda87..ce65bbb8 100644 --- a/src/messenger/webim/libs/config.php +++ b/src/messenger/webim/libs/config.php @@ -58,7 +58,7 @@ $webim_messages_locale = "en"; /* * Locales */ -$available_locales = array("en", "ru" /* preliminary: "sp"*/); +$available_locales = array("en", "ru" /* preliminary: "sp", "fr" */); $home_locale = "ru"; /* native name will be used in this locale */ $default_locale = "en"; /* if user does not provide known lang */