jonaskohl / CapsLockIndicator

A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
https://cli.jonaskohl.de/
Apache License 2.0
336 stars 41 forks source link

Installed translation issue #110

Open klafredo opened 2 years ago

klafredo commented 2 years ago

With version 3.1.15 there seems to be an issue with the installed translations. At every startup I get the dialog: "Some of the currently installed translations seem to be outdated. Do you want to update them now?". I select yes but still keeps coming up every time. I then ran through the debugger and it contacts the sever and some of the languages are at version 3.15.0.1 and are the ones that it wants to update. But when it gets to the function "UpdateLanguageFiles" it gets to "BeginInvoke((MethodInvoker)delegate" and never updates and never returns.

jonaskohl commented 2 years ago

That sounds like a bug! I'll investigate this in the next couple of days and see if I can reproduce this