Ok, I found it.
Hi everyone,I have a problem with the usage of po4a.Setup:My master-document "iuf-rulebook.tex" is in the folder "src".I already generated a template "iuf-rulebook.pot" in "po".Translated po-files should go into the po-folder, while translated tex-files should be generated in the the folder "translated".$ lsMakefile out po po4a.cfg README.md src translated$ ls src1_general_rules_and_definitions 1_general_rules_and_definitions.tex iuf-rulebook.tex$ ls poiuf-rulebook.pot$ ls translated$ cat po4a.cfg[po_directory] po/[type: latex] src/iuf-rulebook.tex $lang:translated/iuf-rulebook-$lang.tex opt:"-k 0"$ TEXINPUTS=src: po4a po4a.cfgpo4a.cfg:1: no pot-files found in po/po4a Version 0.40.21. When I run po4a, it tells me, that there are no pot-files in the po-directory. What am I doing wrong here?2. Can po4a also generate the pot-files, or do I have to do this exclusively with po4a-gettextize?Thanks a lot!Felix