Merge branch 'maint/7.0'
[ninja.git] / system / config / locale.php
blob3a268820ead28b468e744ab36982a1fad5b09648
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2 /**
3 * @package Core
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');
12 /**
13 * Locale timezone. Defaults to use the server timezone.
14 * @see http://php.net/timezones
16 $config['timezone'] = '';