Kohana v3.3.2

This commit is contained in:
Deon George
2014-09-06 23:43:07 +10:00
parent f96694b18f
commit 8888719653
236 changed files with 1685 additions and 996 deletions

View File

@@ -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