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