Open SheenArtem opened 1 year ago
You forgot to include basic information like WinSparkle or Windows version. Ideally reproduction instructions in the included example app too...
Reproduce: (while computer has no internet.)
win_sparkle_init(); win_sparkle_check_update_with_ui();
WinSparkle version is 0.8.0 Windows 11 22H2 DPI is 100% Language = zh_TW
But it's normal while language is en_us, the message window is expended and larger.
The message is: #: src/ui.cpp:801 msgid "An error occurred in retrieving update information; are you connected to the internet? Please try again later." msgstr "擷取更新資訊時遭遇錯誤,您是否已連結到網際網路?請稍後重試。"
have you solve this. I have meet the same issue. @SheenArtem @vslavik the problem is error msg in zh_CN/zh_TW does not show completely. you can reproduce by setting the language to zh_CN or zh_TW. word wrap happen in english while no word wrap in zh_CN/zh_TW
Reproduce: (while computer has no internet.)
win_sparkle_init(); win_sparkle_check_update_with_ui();
WinSparkle version is 0.8.0 Windows 11 22H2 DPI is 100% Language = zh_TW
But it's normal while language is en_us, the message window is expended and larger.
The message is:
: src/ui.cpp:801
msgid "An error occurred in retrieving update information; are you connected to the internet? Please try again later." msgstr "擷取更新資訊時遭遇錯誤,您是否已連結到網際網路?請稍後重試。"