https://bugs.winehq.org/show_bug.cgi?id=51158
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Two things happened that made this test results confusing:
* Somehow when w10pro64 was running Windows 10 2004 "Everyone" did not get translated to "Tout le monde" in the French locale, causing a test failure. It looks like this was a translation issue as this string is translated again in 21H1.
* In Windows the GetSystemPreferredUILanguages() value is in uppercase but in Wine it is in lowercase. This caused the French check to be skipped (and did not impact any of the other locales we check). Because of this second issue we got a failure in German but not in French. In fact both should fail because Wine does not translate "Everyone".
Regardless, the group name is translated again in Windows 10 21H1 so we can consider that the Windows 10 2004 result was a Windows bug.