Update of /cvsroot/phpwiki/phpwiki/locale
In directory slayer.i.sourceforge.net:/tmp/cvs-serv4763/locale
Modified Files:
translate.sh
Log Message:
commit of latest update to Dutch pages by Jan
Index: translate.sh
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/locale/translate.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** translate.sh 2000/10/20 11:42:52 1.2
--- translate.sh 2000/10/22 19:52:02 1.3
***************
*** 12,15 ****
--- 12,20 ----
#
+ if [ ! -f index.php ]; then
+ echo Usage: ./locale/translate.sh
+ exit 2
+ fi
+
ALL_LINGUAS=nl
***************
*** 22,26 ****
msgmerge -o $po $po $pot
! mkdir -p locale/$i/LC_MESSAGES
msgfmt -o $locale/phpwiki.mo $po
--- 27,31 ----
msgmerge -o $po $po $pot
! mkdir -p $locale
msgfmt -o $locale/phpwiki.mo $po
|