diff options
Diffstat (limited to 'framework/I18N/Translation.php')
-rw-r--r-- | framework/I18N/Translation.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/I18N/Translation.php b/framework/I18N/Translation.php index 9592ef53..14e58031 100644 --- a/framework/I18N/Translation.php +++ b/framework/I18N/Translation.php @@ -6,9 +6,11 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ - * @package System.I18N + * @package Prado\I18N */ +namespace Prado\I18N; + /** * Get the MessageFormat class. */ @@ -22,7 +24,7 @@ Prado::using('System.I18N.core.MessageFormat'); * * @author Xiang Wei Zhuo <weizhuo[at]gmail[dot]com> * @version v1.0, last update on Tue Dec 28 11:54:48 EST 2004 - * @package System.I18N + * @package Prado\I18N */ class Translation extends TComponent { |