On Tue, Jan 07, 2025 at 06:55:33PM +0000, Gavin Smith wrote: > That would succeed in suppressing the error messages from "locale", but > it wouldn't make the strings be translated properly. In fact, the > error messages from "locale" were useful in this case for investigating > why the strings were not translated and why the tests failed, so it > seems more useful to keep them than to silence them.
It could be annoying if users do not care about translations, they would have to see the message anyway. Maybe redirect to /dev/null unless DEBUG, VERBOSE or TEST is set? -- Pat