summaryrefslogtreecommitdiff
path: root/framework/I18N/Translation.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/Translation.php')
-rw-r--r--framework/I18N/Translation.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/I18N/Translation.php b/framework/I18N/Translation.php
index 0f2bc614..3a58b54b 100644
--- a/framework/I18N/Translation.php
+++ b/framework/I18N/Translation.php
@@ -14,6 +14,12 @@ namespace Prado\I18N;
/**
* Get the MessageFormat class.
*/
+use Prado\I18N\core\MessageCache;
+use Prado\I18N\core\MessageFormat;
+use Prado\I18N\core\MessageSource;
+use Prado\Prado;
+use Prado\TPropertyValue;
+
Prado::using('System.I18N.core.MessageFormat');