From b1ef03513cdbbaa1bdc10e30b050de46f60ec33c Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 18 Nov 2014 15:31:07 +0000 Subject: [PATCH] english.php set as the base and user language --- lib/config___settings.php | 1 + lib/config___users-template.php | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/config___settings.php b/lib/config___settings.php index da7da4c..db105b4 100644 --- a/lib/config___settings.php +++ b/lib/config___settings.php @@ -8,6 +8,7 @@ $ICEcoderSettings = array( "devMode" => false, "loginRequired" => true, "multiUser" => false, + "languageBase" => "english.php", "lineEnding" => "\n", "newDirPerms" => 755, "newFilePerms" => 644, diff --git a/lib/config___users-template.php b/lib/config___users-template.php index fb04a98..4474957 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -8,6 +8,7 @@ $ICEcoderUserSettings = array( "checkUpdates" => true, "openLastFiles" => true, "updateDiffOnSave" => true, +"languageUser" => "english.php", "findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), "codeAssist" => true, "visibleTabs" => false,