26 Oct
2023
26 Oct
'23
14:33
Hi Carlos, Thanks for the script. I've used LANG=C for a long time but that wasn't enough for zypper.
Create this script:
cer@Laicolasse:~> cat /usr/local/bin/ingles #!/bin/sh LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 DICTIONARY=english \ KDE_LANG=en_US.UTF-8 $*
I'd suggest to use "$@" instead of $* to preserve spaces: #!/bin/sh LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ DICTIONARY=english \ KDE_LANG=en_US.UTF-8 \ "$@" Regards, -- Aaron "Optimizer" Digulla a.k.a. Philmann Dark "It's not the universe that's limited, it's our imagination. Follow me and I'll show you something beyond the limits." http://blog.pdark.de/