Ejemplo n.º 1
0
function _M($string, $arg2 = array())
{
    // ****** _M Definition - mark translations - doesn't translate, only marks string to translate
    return Base_LangCommon::translate($string, $arg2, false);
}
Ejemplo n.º 2
0
 public static function smarty_modifier_translate($string)
 {
     return Base_LangCommon::translate($string);
 }