Changeset 3147 for trunk/system/config/locale.php
- Timestamp:
- 07/18/2008 03:00:29 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/locale.php
r2214 r3147 3 3 * @package Core 4 4 * 5 * Default language locale name. 6 * @see http://php.net/locales 5 * Default language locale name(s). 6 * First item must be a valid i18n directory name, subsequent items are alternative locales 7 * for OS's that don't support the first (e.g. Windows). The first valid locale in the array will be used. 8 * @see http://php.net/setlocale 7 9 */ 8 $config['language'] = 'en_US';10 $config['language'] = array('en_US', 'English_United States'); 9 11 10 12 /**
