You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a complex adoc-project with many includes. Some documents just contains includes. On these files po4a fails, because it cannot create a corresponding pot.
My fix:
Adding the parameter --force-po to the command msggrep in the file po4a at line 1617.
Modified line:
my $cmd = "msggrep$Config{_exe} $split_pot_files{$master_pot} -o $outfile $pot_filename --force-po";
The text was updated successfully, but these errors were encountered:
I have a complex adoc-project with many includes. Some documents just contains includes. On these files po4a fails, because it cannot create a corresponding pot.
My fix:
Adding the parameter --force-po to the command msggrep in the file po4a at line 1617.
Modified line:
my $cmd = "msggrep$Config{_exe} $split_pot_files{$master_pot} -o $outfile $pot_filename --force-po";
The text was updated successfully, but these errors were encountered: