[Geany-Devel] Comments in translation files

Lars Paulsen lars_paulsen at xxxxx
Sat Jul 29 14:07:35 UTC 2017


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
>
>



More information about the Devel mailing list