Initial Kohana install
[speedfreak] / Server / system / config / locale.php
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2 /**
3  * @package  Core
4  *
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
9  */
10 $config['language'] = array('en_US', 'English_United States');
11
12 /**
13  * Locale timezone. Defaults to use the server timezone.
14  * @see http://php.net/timezones
15  */
16 $config['timezone'] = '';