I noticed that geany-plugins localization files are missing in the macOS bundle. After some investigation I noticed this line:

https://github.com/geany/geany-plugins/blob/0bfe89d1a4da1d3781e7465e2ae2db9bcfd06e8e/build/i18n.m4#L6

It searches for the po files inside the conf_dir (which is different when doing out of tree build) but I think it should be srcdir like in Geany's case:

https://github.com/geany/geany/blob/75def8a24eb2dab8d376ae051806128827d34fbe/m4/geany-i18n.m4#L13

Not sure if this change is enough or something else is needed. I'll leave the patch to someone else as me and autotools aren't friends ;-).


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.