xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/BUGS (revision 865c57e0098351fba0d2d2a97b33e7e0270e62c6)
1Qt looks only at the LANG value and ignores LC_MESSAGES and LC_ALL. (Bug in
2function QTextCodec::locale().) Therefore, to make it work, you have to set
3LANG to the same value as LC_ALL or LC_MESSAGES.
4