Update of /cvsroot/phpwiki/phpwiki/locale
In directory usw-pr-cvs1:/tmp/cvs-serv7896
Modified Files:
translate.sh
Log Message:
added Swedish translation by Jon Åslund
Index: translate.sh
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/locale/translate.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** translate.sh 2000/11/13 11:22:08 1.7
--- translate.sh 2001/01/31 07:26:26 1.8
***************
*** 17,21 ****
fi
! ALL_LINGUAS="nl es de"
xgettext -L C++ -o locale/po/phpwiki.pot admin.php lib/*php
--- 17,21 ----
fi
! ALL_LINGUAS="nl es de sv"
xgettext -L C++ -o locale/po/phpwiki.pot admin.php lib/*php
|