Hello All,
I solved my problem with running xgettext from the command line. But I got one question left:
How can I update the language files using the geany-plugins makefile?
My own plugin is build and installed properly if I run "make" and "make install". I also added my source files to "POTFILES.IN" which makes them appear in "POTFILES" after buidling. I also ran "make update-po" inside the "po" folder but my plugin's strings do not appear in any ".po" files.
Regards, Lars
Am 29.07.2017 um 15:10 schrieb Lars Paulsen:
Hi Lex,
ignore it, found the solution on stackoverflow.com:
xgettext -k_ -D . -o - *.c
Greetings, Lars