summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-07-12 14:14:45 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-07-12 14:14:45 +0200
commitc9e2b10f08a3c718e52e287e2dd14b880e4e3057 (patch)
treeec92a77963e8677ef6b0b270ae3e954717f2a49d /system/application
parent2d2437edf10edf2669dd85e5943bd4061216eef0 (diff)
added language files to autoload
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/autoload.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 26e71f74c..85b65aa7f 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -82,6 +82,21 @@ $autoload['config'] = array();
/*
| -------------------------------------------------------------------
+| Auto-load Language files
+| -------------------------------------------------------------------
+| Prototype:
+|
+| $autoload['language'] = array('lang1', 'lang2');
+|
+| NOTE: Do not include the "_lang" part of your file. For example
+| "codeigniter_lang.php" would be referenced as array('codeigniter');
+|
+*/
+
+$autoload['language'] = array('');
+
+/*
+| -------------------------------------------------------------------
| Auto-load Core Libraries
| -------------------------------------------------------------------
|