Kohana v3.3.2
This commit is contained in:
@@ -134,7 +134,7 @@ class Kohana_I18n {
|
||||
return I18n::$_cache[$lang] = $table;
|
||||
}
|
||||
|
||||
} // End I18n
|
||||
}
|
||||
|
||||
if ( ! function_exists('__'))
|
||||
{
|
||||
@@ -145,7 +145,7 @@ if ( ! function_exists('__'))
|
||||
* __('Welcome back, :user', array(':user' => $username));
|
||||
*
|
||||
* [!!] The target language is defined by [I18n::$lang].
|
||||
*
|
||||
*
|
||||
* @uses I18n::get
|
||||
* @param string $string text to translate
|
||||
* @param array $values values to replace in the translated text
|
||||
|
Reference in New Issue
Block a user