Changeset 866 for trunk/system/config/locale.php
- Timestamp:
- 10/22/2007 12:29:02 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/locale.php
r842 r866 1 1 <?php defined('SYSPATH') or die('No direct access allowed.'); 2 /* *3 * Locale Configuration4 * -----------------------------------------------------------------------------2 /* 3 * File: Locale 4 * Localization settings. 5 5 * 6 * User Guide: http://kohanaphp.com/user_guide/en/general/l10n.html 7 * 8 * @param string language Language name, only en_US is supported by default 9 * @param string timezone Locale timezone, see http://php.net/timezones 10 * 6 * Options: 7 * language - Language name, only en_US is supported by default 8 * timezone - Locale timezone, see <http://php.net/timezones> 11 9 */ 12 10 $config = array
