Hello, after working on the it.po file for fldigi for a few days, I noticed that some strings were not translated at all. Thinking that maybe some calls to gettext were missing I went to look at the sources, and all calls are indeed there. What happens is that the fldigi.pot (the master index of translatable strings) is (purposedly) not rebuilt on each autoreconf;configure;make cycle. There is a special target that needs to be called manually. This is:
make fldigi.pot-update from within the po directory. I have not been able to figure out if the master Makefile has a call for it. This target should be called when there are significant additions or modifications to the source code. Pf, ik5pvx -- Pierfrancesco Caci _______________________________________________ fldigi-alpha mailing list [email protected] https://lists.berlios.de/mailman/listinfo/fldigi-alpha
