Changeset 1331 for trunk/system/config/locale.php
- Timestamp:
- 11/30/2007 01:13:52 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/locale.php
r1325 r1331 1 1 <?php defined('SYSPATH') or die('No direct access allowed.'); 2 2 /** 3 * Language name, only en_US is supported by default. 3 * Default language locale name. 4 * @see http://php.net/locales 4 5 */ 5 6 $config['language'] = 'en_US'; 6 7 7 8 /** 8 * Locale timezone. 9 * Locale timezone. Defaults to use the server timezone. 9 10 * @see http://php.net/timezones 10 11 */
