[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [l10n d-i manual] New revision tracking scripts for translations



Hi, 

On Mon, 10 May 2004 23:08:23 +0200
Frans Pop <aragorn@tiscali.nl> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I have committed an update to the doc-check script and added a new script 
> rev-update to better support revision tracking for translations of the d-i 
> manual.

The new doc-check script has -s option.
But it works strangely.

The file commented "<!-- original version: 11648 -->",
but the script print "FILENAME: untranslated".

I send diff,

Index: doc-check
===================================================================
--- doc-check   (revision 15192)
+++ doc-check   (working copy)
@@ -36,7 +36,9 @@
                }
        } else {
                if ($opt_s) {
-                       print "$plfname: untranslated\n";
+                       if ($untrans) {
+                               print "$plfname: untranslated\n";
+                       }       
                }
        }
 }

Regards,

-- 
+-----------------------------------------------------+
 KURASAWA Nozomu (nabetaro)
 nabetaro@mx.avis.ne.jp
 GnuPG FingerPrint: 
   C4E5 7063 FD75 02EB E71D  559B ECF6 B9D2 8147 ADFB
+-----------------------------------------------------+

Attachment: pgpOembCky7qj.pgp
Description: PGP signature


Reply to: