On 30 July 2017 at 00:07, Lars Paulsen lars_paulsen@web.de 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.
Have to ask the obvious question first, you have marked the strings as translatable?
Cheers Lex
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
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel