https://bugs.winehq.org/show_bug.cgi?id=51619
--- Comment #1 from François Gouget fgouget@codeweavers.com --- There is at least another case where Wine uses a timezone name which is too long, which causes two new failures:
registry.c:4390: Test failed: L"Turks And Caicos Standard Time": expected L"Turks- und Caicosinseln Normalzeit", got L"Turks And Caicos Standard Time" registry.c:4408: Test failed: L"Turks And Caicos Standard Time": expected L"Turks- und Caicosinseln Sommerzeit", got L"Turks And Caicos Daylight Time"
These two new translations come from the following commit:
commit 4a211f6418a42b2fcd0ff8c0413f3ac64d472c81 Author: Julian Rüger jr98@gmx.net AuthorDate: Mon Sep 27 17:07:51 2021 +0200
po: Update German translation.
Signed-off-by: Julian Rüger jr98@gmx.net Signed-off-by: Alexandre Julliard julliard@winehq.org