https://bugs.winehq.org/show_bug.cgi?id=52562
Bug ID: 52562 Summary: advapi32:registry fails in Wine because some French timezone name translations are too long Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
advapi32:registry fails in the timezone tests in a French locale:
registry.c:4413: Test failed: L"Aleutian Standard Time": expected L"Heure d'\00e9t\00e9 des \00celes Al\00e9outiennes", got L"Aleutian Daylight Time" registry.c:4395: Test failed: L"Dateline Standard Time": expected L"Heure de la ligne de changement de date", got L"Dateline Standard Time" registry.c:4413: Test failed: L"Dateline Standard Time": expected L"Heure d'\00e9t\00e9 de la ligne de changement de date", got L"Dateline Daylight Time" registry.c:4395: Test failed: L"Turks And Caicos Standard Time": expected L"Heure des \00celes Turques-et-Ca\00efques", got L"Turks And Caicos Standard Time" registry.c:4413: Test failed: L"Turks And Caicos Standard Time": expected L"Heure d'\00e9t\00e9 des \00celes Turques-et-Ca\00efques", got L"Turks And Caicos Daylight Time"
http://winetest.dolphin/data/patterns.html#advapi32:registry
This issue is already happening in German also because the timezone name translation is too long. See bug 51619 for more details.
The new translations were introduced by the following commits:
commit a38ced9354aa7d74f396fb91372dbbb7dccd2e2e Author: Eric Pouech eric.pouech@gmail.com Date: Sun Jan 2 15:49:09 2022 +0100
po: Some more French translations.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 39f77b25aacf248e18e747bf31c2055a9cfbc89a Author: Eric Pouech eric.pouech@gmail.com Date: Mon Jan 3 15:43:21 2022 +0100
po: Some more French translations.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org