Changeset 2214 for trunk/system/core/Kohana.php
- Timestamp:
- 03/03/2008 12:34:48 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r2203 r2214 853 853 // Loop through the files and include each one, so SYSPATH files 854 854 // can be overloaded by more localized files 855 foreach(self::find_file('l10n', $filename) as $file)855 foreach(self::find_file('l10n', Config::item('locale.language').'/'.$filename) as $file) 856 856 { 857 857 include $file;
