> From: Gavin Smith <[email protected]> > Date: Sun, 23 Oct 2022 13:13:57 +0100 > Cc: [email protected], [email protected] > > The translation is done by setting the LANGUAGE environment variable > but this does not work if the locale is C. All it needs is LC_MESSAGES > to not be "C" (or "POSIX") for LANGUAGE to work properly.
But LC_MESSAGES doesn't work on Windows, so I guess the translation won't, either? Don't translations use some general Perl capabilities? And if so, do those capabilities not work on Windows?
