mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
4 lines
201 B
Plaintext
4 lines
201 B
Plaintext
Qt looks only at the LANG value and ignores LC_MESSAGES and LC_ALL. (Bug in
|
|
function QTextCodec::locale().) Therefore, to make it work, you have to set
|
|
LANG to the same value as LC_ALL or LC_MESSAGES.
|