On Sat, Jul 23, 2016 at 03:40:54PM +0300, Elias Estatistics wrote: > I finished the Greek Translation of PSPP. > However, i have no clue how can i process the po file. > > How can i test it? > How can i see if the new edition has generated un-translated text?
You can test it by adding it to the po/ directory and adding it to the list of POFILES in po/automake.mk, then installing PSPP as usual. You can use the "msgmerge" program to merge a newer template (pspp.pot) file into an existing translation. I believe that it creates empty "" translations for new strings. _______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
