Since commit 867301eb0376594c35f7c4dc462a7c847911f91e, if the git blame plugin is enabled, an annoying error pops up every time you open a file which is not in a git repo. Even just switching tabs makes the error panel pop up again after closing it.
Hmm, I get no error. What error does popup for you?
I see an attempt to fix this at b30c80f903ebf6914beae8a16c18604e8bfbd078, but it doesn't account for localized systems
Created attachment 147603 [details] Screenshot Screenshot showing the error panel
Ok, yes, that is true. Either we must ignore any errors or we would need to enforce the language for the sub process to English to be able to parse that.
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/685
Git commit c139272667dbe6e1a40b85869c1ac346452b6ef7 by Christoph Cullmann. Committed on 20/03/2022 at 12:21. Pushed by cullmann into branch 'master'. ignore blame errors parsing translated errors is hard and not translating them will not make people happy either => just ignore them M +7 -19 addons/git-blame/kategitblameplugin.cpp https://invent.kde.org/utilities/kate/commit/c139272667dbe6e1a40b85869c1ac346452b6ef7
Git commit dc8369f75684bddd56ce2473e00258cb8684245f by Christoph Cullmann. Committed on 20/03/2022 at 12:25. Pushed by cullmann into branch 'release/22.04'. ignore blame errors parsing translated errors is hard and not translating them will not make people happy either => just ignore them (cherry picked from commit c139272667dbe6e1a40b85869c1ac346452b6ef7) M +7 -19 addons/git-blame/kategitblameplugin.cpp https://invent.kde.org/utilities/kate/commit/dc8369f75684bddd56ce2473e00258cb8684245f