cvs: docweb /scripts gen_translation_info.sh
[email protected] ("Philip Olson")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsphilip1230588785@cvsserver> |
philip Mon Dec 29 22:13:05 2008 UTC
Modified files:
/docweb/scripts gen_translation_info.sh
Log:
Added reviewedcheck.php as requested by Yannick
http://cvs.php.net/viewvc.cgi/docweb/scripts/gen_translation_info.sh?r1=1.2&r2=1.3&diff_format=u
Index: docweb/scripts/gen_translation_info.sh
diff -u docweb/scripts/gen_translation_info.sh:1.2 docweb/scripts/gen_translation_info.sh:1.3
--- docweb/scripts/gen_translation_info.sh:1.2 Tue Dec 16 22:10:26 2008
+++ docweb/scripts/gen_translation_info.sh Mon Dec 29 22:13:05 2008
@@ -14,5 +14,6 @@
$PHP -n -d error_reporting=0 scripts/revcheck.php ${LANG} > $TRANSPATH/revcheck_${LANG}.html
$PHP -n -d error_reporting=0 scripts/check-trans-maint.php -n -l ${LANG} -m 1 > $TRANSPATH/maintainer_${LANG}.html
$PHP -n -d error_reporting=0 scripts/check-trans-params.php ${LANG} 1 1 > $TRANSPATH/params_${LANG}.html
+ $PHP -n -d error_reporting=0 scripts/reviewedcheck.php ${LANG} > $TRANSPATH/reviewedcheck_${LANG}.html
done
\ No newline at end of file