wrapping
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 29 Mar 2009 19:48:26 +0000 (15:48 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 29 Mar 2009 19:48:26 +0000 (15:48 -0400)
IkiWiki/Plugin/po.pm

index d5e70cd802befbdf2ccbced7aac395b90c3a19b6..3ac182c2dcc615753eaca13bd6e1c8c500d0bf28 100644 (file)
@@ -786,9 +786,10 @@ sub refreshpot ($) {
        $doc->{TT}{file_in_charset} = 'utf-8';
        $doc->{TT}{file_out_charset} = 'utf-8';
        $doc->read($masterfile);
-       # let's cheat a bit to force porefs option to be passed to Locale::Po4a::Po;
-       # this is undocument use of internal Locale::Po4a::TransTractor's data,
-       # compulsory since this module prevents us from using the porefs option.
+       # let's cheat a bit to force porefs option to be passed to
+       # Locale::Po4a::Po; this is undocument use of internal
+       # Locale::Po4a::TransTractor's data, compulsory since this module
+       # prevents us from using the porefs option.
        $doc->{TT}{po_out}=Locale::Po4a::Po->new({ 'porefs' => 'none' });
        $doc->{TT}{po_out}->set_charset('utf-8');
        # do the actual work