Hi All, Recently I updated our weblate translation service to the latest version. This introduced an annoying side effect. Weblate is now actively removing the header from all our files that get touched (sample PR [1]).
I raised a question with the Weblate team and it seems the previous behaviour was unintended and headers are not supported by the library they use. The solution will be to make a custom add-on to add headers to the files, until I find the time to dig into this (all help is welcome) I created a pipeline to resolve the issue. After some further testing the pipeline will be added to the tools folder in our repository (I have some other useful more dev related pipelines I might add aswel). This mail is mainly to inform everyone to not merge Weblate PR's before checking that the headers are correctly applied to the files. Cheers, Hans [1] https://github.com/apache/hop/pull/3982