diff options
author | wei <> | 2006-01-29 04:55:05 +0000 |
---|---|---|
committer | wei <> | 2006-01-29 04:55:05 +0000 |
commit | f80fa8b7e0bff7126a13b767079d2c500b92b3f7 (patch) | |
tree | f42e566c5e6c12322b54e91c683a8f488e57e008 /framework/I18N/TGlobalization.php | |
parent | 92a33ef250a55ec54b6c26c5611af77d999fb337 (diff) |
Update quickstart style.css
Diffstat (limited to 'framework/I18N/TGlobalization.php')
-rw-r--r-- | framework/I18N/TGlobalization.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/framework/I18N/TGlobalization.php b/framework/I18N/TGlobalization.php index 0900943e..1f568a27 100644 --- a/framework/I18N/TGlobalization.php +++ b/framework/I18N/TGlobalization.php @@ -140,6 +140,22 @@ class TGlobalization extends TModule }
/**
+ * @return string current translation catalogue.
+ */
+ public function getTranslationCatalogue()
+ {
+ return $this->_translation['catalogue'];
+ }
+
+ /**
+ * @param string update the translation catalogue.
+ */
+ public function setTranslationCatalogue($value)
+ {
+ return $this->_translation['catalogue'] = $value;
+ }
+
+ /**
* @return string default charset set in application.xml
*/
public function getDefaultCharset()
|