From 19641e916fd70ce859127451b4bea76143036b6c Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 6 Nov 2003 10:04:51 +0000 Subject: [PATCH] Updated internationalization included directory --- config/environment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environment.php b/config/environment.php index 22d45f1..9361c26 100644 --- a/config/environment.php +++ b/config/environment.php @@ -47,9 +47,9 @@ require_once("$default->fileSystemRoot/lib/database/db.inc"); $default->db = new Database(); //language translation functions -require_once("$default->fileSystemRoot/internationalization/LanguageFunctions.inc"); +require_once("$default->fileSystemRoot/i18n/LanguageFunctions.inc"); //change this to reflect the language to use -require_once("$default->fileSystemRoot/internationalization/afrikaans/Language.inc"); +require_once("$default->fileSystemRoot/i18n/english/Language.inc"); // instantiate system settings class require_once("$default->fileSystemRoot/lib/database/lookup.inc"); -- libgit2 0.21.4