[Bug 52175] New: advapi32:lsa fails because "Everyone" is not translated

WineHQ Bugzilla wine-bugs at winehq.org
Mon Dec 6 04:27:22 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=52175

            Bug ID: 52175
           Summary: advapi32:lsa fails because "Everyone" is not
                    translated
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: advapi32
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com
      Distribution: ---

advapi32:lsa fails in French and German in Wine:

lsa.c:407: Test failed: expected L"Tout le monde", got L"Everyone"
and
lsa.c:405: Test failed: expected L"Jeder", got L"Everyone"

https://test.winehq.org/data/patterns.html#advapi32:lsa

The reason is that Wine does not translate the "Everyone" group name.

Note that the French failure may be masked by another Wine bug: the string
returned by GetSystemPreferredUILanguages() is in lowercase instead of being in
uppercase like on Windows. This causes the advapi32:lsa to skip the translation
check when running in French in Wine.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list