Show
Ignore:
Timestamp:
10/22/2007 12:29:02 PM (14 months ago)
Author:
Shadowhand
Message:

Switching comments to Natural Docs. If you have ND installed, you can run makedocs.sh to generate a /user_guide/ directory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/locale.php

    r842 r866  
    11<?php defined('SYSPATH') or die('No direct access allowed.'); 
    2 /** 
    3  * Locale Configuration 
    4  * ----------------------------------------------------------------------------- 
     2/* 
     3 * File: Locale 
     4 *  Localization settings. 
    55 * 
    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> 
    119 */ 
    1210$config = array