Beispiel #1
0
 /**
  * Alias for translate
  */
 function t($string, $args = null, $locale_namespace = null)
 {
     return TextHelper::translate($string, $args, $locale_namespace);
 }
Beispiel #2
0
 /**
  * Alias for translate
  */
 function t($string, $args = null, $locale_namespace = AK_DEFAULT_LOCALE_NAMESPACE)
 {
     return TextHelper::translate($string, $args, $locale_namespace);
 }