On 29.07.2017 16:07, Lars Paulsen wrote:
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.
Did you rerun autogen after adding the files? Is your source somewhere available?
Cheers, Frank