|
From: Olivier S. <ob...@us...> - 2004-12-18 15:47:27
|
Update of /cvsroot/jvcl/dev/JVCL3/locale In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23847/dev/JVCL3/locale Modified Files: UpdateLanguage.bat Log Message: test for msgmerge, rather than dxgettext Index: UpdateLanguage.bat =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/locale/UpdateLanguage.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** UpdateLanguage.bat 14 Dec 2004 21:36:17 -0000 1.3 --- UpdateLanguage.bat 18 Dec 2004 15:47:17 -0000 1.4 *************** *** 3,9 **** if %LANGUAGE%!==! goto help ! : test the existence of dxgettext ! dxgettext -q -b .\ 1> tmp1.txt 2> tmp2.txt ! if errorlevel 1 goto nodxgettext : test the existence of SetPoHeader --- 3,9 ---- if %LANGUAGE%!==! goto help ! : test the existence of msgmerge ! msgmerge --help 1> tmp1.txt 2> tmp2.txt ! if errorlevel 1 goto nomsgmerge : test the existence of SetPoHeader *************** *** 32,38 **** goto end ! :nodxgettext ! echo DxGettext was not found. ! echo This script requires dxgettext from http://dxgettext.sf.net goto end --- 32,38 ---- goto end ! :nomsgmerge ! echo msgmerge was not found. ! echo This script requires msgmerge from http://dxgettext.sf.net goto end |