nlopess         Sat Aug 12 16:18:33 2006 UTC

  Modified files:              
    /phpdoc/scripts     revcheck.php 
  Log:
  don't translate the internals stuff
  
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/revcheck.php?r1=1.59&r2=1.60&diff_format=u
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.59 phpdoc/scripts/revcheck.php:1.60
--- phpdoc/scripts/revcheck.php:1.59    Tue Jul 11 05:21:13 2006
+++ phpdoc/scripts/revcheck.php Sat Aug 12 16:18:32 2006
@@ -333,7 +333,8 @@
          || $file == "contributors.xml"
          || $file == "contributors.ent"
          || $file == "reserved.constants.xml"
-         || $file == "DO_NOT_TRANSLATE" 
+         || $file == 'DO_NOT_TRANSLATE'
+         || strpos($dir, '/internals/')
          || ($file == "functions.xml" && strpos($dir, '/reference/')))
         continue;
 

Reply via email to