diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2010-01-09 23:02:55 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2010-01-09 23:02:55 +0000 |
| commit | 0a67b836a9b5021c91b9c327d3693991c3248dfc (patch) | |
| tree | 91f49ca62a9ffd586e01bde700068f87e884181a /system/config/locale.php | |
| parent | 232c0b7fd0df7f84543bc29380a0734ef1e84a02 (diff) | |
| parent | bd9f945e3f2de4ea2402bd3941dba69c79ddc5a4 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'system/config/locale.php')
| -rw-r--r-- | system/config/locale.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/system/config/locale.php b/system/config/locale.php index a62b4c3e..3f73b8f1 100644 --- a/system/config/locale.php +++ b/system/config/locale.php @@ -1,7 +1,15 @@ <?php defined('SYSPATH') OR die('No direct access allowed.'); /** - * @package Core + * Set your default language and timezone here. For more information about + * i18n support see the [i18n] library. * + * @package Kohana + * @author Kohana Team + * @copyright (c) 2007-2009 Kohana Team + * @license http://kohanaphp.com/license + */ + +/** * Default language locale name(s). * First item must be a valid i18n directory name, subsequent items are alternative locales * for OS's that don't support the first (e.g. Windows). The first valid locale in the array will be used. @@ -11,7 +19,8 @@ $config['language'] = array('en_US', 'English_United States'); /** * Locale timezone. Defaults to the timezone you have set in your php config - * This cannot be left empty, a valid timezone is required! + * + * [!!] This cannot be left empty, a valid timezone is required! * @see http://php.net/timezones */ $config['timezone'] = ini_get('date.timezone');
\ No newline at end of file |
