]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/po.pm
po: set Locale::Po4a::Xml's ontagerror option to warn only.
[git.ikiwiki.info.git] / IkiWiki / Plugin / po.pm
index 6395ebdc2f99f91e3316b89cb017d157e895f81b..cb9a43a38aaa0c591d3fa1d82fa8a896bf74733b 100644 (file)
@@ -1220,6 +1220,7 @@ sub po4a_options($) {
                # how to disable options is not consistent across po4a modules
                $options{includessi} = '';
                $options{includeexternal} = 0;
+               $options{ontagerror} = 'warn';
        }
        elsif ($pagetype eq 'mdwn') {
                $options{markdown} = 1;