From: Geoffrey T. D. <da...@us...> - 2001-05-21 17:28:46
|
Update of /cvsroot/phpwiki/phpwiki/locale In directory usw-pr-cvs1:/tmp/cvs-serv30597/locale Modified Files: Makefile translate.sh Log Message: Add Italian translations by Marco Milanesi <kp...@ad...>. I (GTD) munged the template files so that they more-or-less work with the current alpha code. Index: Makefile =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile 2001/04/07 17:07:17 1.1 --- Makefile 2001/05/21 17:28:44 1.2 *************** *** 7,11 **** # ! ALL_LINGUAS = nl es de sv PO_FILES = $(patsubst %, po/%.po, ${ALL_LINGUAS}) --- 7,11 ---- # ! ALL_LINGUAS = nl es de sv it PO_FILES = $(patsubst %, po/%.po, ${ALL_LINGUAS}) Index: translate.sh =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/translate.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** translate.sh 2001/04/06 21:12:59 1.9 --- translate.sh 2001/05/21 17:28:44 1.10 *************** *** 17,21 **** fi ! ALL_LINGUAS="nl es de sv" xgettext -L C++ -o locale/po/phpwiki.pot {lib,admin}/*.php --- 17,21 ---- fi ! ALL_LINGUAS="nl es de sv it" xgettext -L C++ -o locale/po/phpwiki.pot {lib,admin}/*.php |