Hi Jamie ;) Of course.
If I run another command with LANG=en in Ubuntu the exit is in english:
mar...@marcos-laptop:~$ chmod +x --verbose test
el modo de «test» cambia a 0755 (rwxr-xr-x)    <------- Spanish
mar...@marcos-laptop:~$ LANG=en chmod +x --verbose test
mode of `test' retained as 0755 (rwxr-xr-x)        <------ English

But in a system with other language != english and ufw translated, the exit of 
command it's always in the systema language:
mar...@marcos-laptop:~$ sudo ufw status
Estado: activo               <------------ Spanish

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

mar...@marcos-laptop:~$ LANG=en sudo ufw status
Estado: activo <---------------- ERROR (It's in spanish, not in english).

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

Best regards.

-- 
gufw wont detect the enabled state of ufw in karmic
https://bugs.launchpad.net/bugs/459554
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to