I figure I'm just missing one step, but no matter what I try, I can't get localized error messages from gcc. And most searches I've tried turn up people trying to disable the messages and use English.
- I've run
sudo apt install language-pack-es-base
. - I've run
sudo apt install gcc-5-locales
. - I've checked that
$LANG
=es_ES.UTF-8
.- and I set
LC_ALL
,LC_MESSAGES
, andLC_CTYPE
to the same based on gcc's documentation here, but nothing changed.
- and I set
apt
and other shell commands are printing Spanish messages, why won't gcc? (I'm using gcc-5)