
Galician verbs are conjugated with Conshuga, and Portuguese verbs with Conjugue.
Enter a verb: Conjugação do verbo: $verb ($lang)\n" ; if ($lang == "pt") { ##como o locale de www-data tem um charset ANSI, hai que recodificar o charset para utf-8 $result = shell_exec("export LANG=\"en_US.UTF-8\" ; LC_ALL=\"en_US.UTF-8\"; $prog_path/conjugue/conjugue-UTF-8 $myFile |$conjugue"); # shell_exec("echo \"\" > tmp/conjugue-novos"); echo "$result"; } if ($lang == "gl") { ##como o locale de www-data tem um charset ANSI, hai que recodificar o charset para utf-8 $result = shell_exec("export LANG=\"en_US.UTF-8\" ; LC_ALL=\"en_US.UTF-8\" ; $conshuga_info $paradigms $volga $verb"); echo "
$result"; } } ?>