Comment 31 for bug 459554

Revision history for this message
costales (costales) wrote :

Hi Jamie.
   "This seems to be working ok in Ubuntu 10.04 (ufw 0.29.3) now. Eg:
   $ echo $LANG
   es_MX.utf8"
This will not works because the MX isn't translated in Launchpad.
https://translations.launchpad.net/ubuntu/karmic/+source/ufw/+pots/ufw

You must get a translated language, as Spanish:
marcos@marcos-desktop:~$ sudo ufw status
[sudo] password for marcos:
Estado: activo

A Acción De
- ------- --
5900/tcp ALLOW Anywhere

marcos@marcos-desktop:~$ LANG=en sudo ufw status
Estado: activo <---- In SPANISH!

A Acción De
- ------- --
5900/tcp ALLOW Anywhere

marcos@marcos-desktop:~$ echo $LANG
es_ES.UTF-8
marcos@marcos-desktop:~$

marcos@marcos-desktop:~$ locale -a
ast_ES.utf8
C
en_AG
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IN
en_NG
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZW.utf8
es_AR.utf8
es_BO.utf8
es_CL.utf8
es_CO.utf8
es_CR.utf8
es_DO.utf8
es_EC.utf8
es_ES.utf8
es_GT.utf8
es_HN.utf8
es_MX.utf8
es_NI.utf8
es_PA.utf8
es_PE.utf8
es_PR.utf8
es_PY.utf8
es_SV.utf8
es_US.utf8
es_UY.utf8
es_VE.utf8
fr_BE.utf8
fr_CA.utf8
fr_CH.utf8
fr_FR.utf8
fr_LU.utf8
POSIX
marcos@marcos-desktop:~$

Best regards.