@@ -209,6 +209,10 @@ |
||
| 209 | 209 | $this->setLang($this->detect()); |
| 210 | 210 | } |
| 211 | 211 | |
| 212 | + /** |
|
| 213 | + * @param string $ident |
|
| 214 | + * @param string $module |
|
| 215 | + */ |
|
| 212 | 216 | public static function trans($ident, $module = null) |
| 213 | 217 | { |
| 214 | 218 | return self::getInstance()->translate($ident, $module); |