Date: 05/17/01
- Next message: Martin Kraemer: "[PHP-DOC] cvs: phpdoc / global.ent"
- Previous message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/language types.xml"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
martin Thu May 17 05:35:38 2001 EDT
Modified files:
/phpdoc configure.in
Log:
Encourage translators to translate remaining documents by showing the line count
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.65 phpdoc/configure.in:1.66
--- phpdoc/configure.in:1.65 Wed May 16 16:01:10 2001
+++ phpdoc/configure.in Thu May 17 05:35:38 2001
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.65 2001/05/16 23:01:10 jeroen Exp $
+dnl $Id: configure.in,v 1.66 2001/05/17 12:35:38 martin Exp $
AC_INIT(global.ent)
@@ -428,7 +428,7 @@
file=$srcdir/$LANGDIR/$file
else
file=$srcdir/en/$file
- echo " untranslated $file"
+ echo " untranslated $file (`wc -l <$file | tr -d ' '` lines)"
fi
DEPEND_FILES="$DEPEND_FILES $file"
echo "<!ENTITY $name SYSTEM \"$file\">" >> chapters.ent
- Next message: Martin Kraemer: "[PHP-DOC] cvs: phpdoc / global.ent"
- Previous message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/language types.xml"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc / configure.in"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

