From: Geoffrey T. D. <da...@us...> - 2001-04-06 21:13:03
|
Update of /cvsroot/phpwiki/phpwiki/locale In directory usw-pr-cvs1:/tmp/cvs-serv7638/locale Modified Files: translate.sh Log Message: Updated translate.sh script to scan current source code for gettext strings to be translated. Index: translate.sh =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/translate.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** translate.sh 2001/01/31 07:26:26 1.8 --- translate.sh 2001/04/06 21:12:59 1.9 *************** *** 19,23 **** ALL_LINGUAS="nl es de sv" ! xgettext -L C++ -o locale/po/phpwiki.pot admin.php lib/*php podir=locale/po for i in $ALL_LINGUAS; do --- 19,23 ---- ALL_LINGUAS="nl es de sv" ! xgettext -L C++ -o locale/po/phpwiki.pot {lib,admin}/*.php podir=locale/po for i in $ALL_LINGUAS; do |