> If it is this part of the code that > is causing the test failure then it would be due to upgrading the > bundled version of libintl-perl, due to a fix for the issue at > https://rt.cpan.org/Public/Bug/Display.html?id=81315 > > I reported the issue here > https://lists.gnu.org/archive/html/bug-texinfo/2020-11/msg00088.html - > but nobody seemed to have an idea of what should be done.
I wonder if we could eschew the use of LANGUAGE and use LANG instead or one of the other variables (https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html#Locale-Environment-Variables) to avoid this problem. This is assuming that libintl-perl is doing things correctly.
