Exemplo n.º 1
0
/**
 * Translate a number
 *
 * @return string
 */
function n($value)
{
    $t = new Translator();
    return $t->number($value);
}