Exemplo n.º 1
0
/**
 * Echo a version of the string translated into the current locale, alias for HabariLocale::_e()
 *
 * @param string $text The text to translate
 **/
function _e($text, $args = array(), $domain = 'habari')
{
    return HabariLocale::_e($text, $args, $domain);
}