HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.43k stars 1.7k forks source link

After using the latest version 1.8.14, the dashboard displays English but cannot display Chinese! #2457

Closed gao-chao-2020 closed 1 month ago

gao-chao-2020 commented 1 month ago

Hello, after using the latest version 1.8.14, the dashboard displays English. I tried various ways to force the time zone, but it still shows English. But with version 1.8.12 or earlier, I didn't set the time zone and it displayed in Chinese. May I ask how to translate version 1.8.14 in Chinese? Is it a configuration error or a bug?

1.8.14 20241022152837 20241022152752

1.8.12 20241022153014 20241022153002

code image image

odinserj commented 1 month ago

Thanks for reporting. This problem is already fixed and will be solved in 1.8.15 soon – there were problems with localization file collection script in 1.8.14, so no localizations are included in the package file.

gao-chao-2020 commented 1 month ago

Thank you very much for clarifying my doubts. Thank you!