OSDN Git Service

PATCH: [ 1830674 ] Script for building a release
[winmerge-jp/winmerge-jp.git] / Tools / Scripts / UpdateTranslations.bat
1 @echo off
2 rem This batch file calls the script to creates the master POT file.
3
4 pushd "../../Src/Languages/"
5 cscript //nologo CreateMasterPotFile.vbs
6 echo.
7 cscript //nologo UpdatePoFilesFromPotFile.vbs
8 popd
9
10 @echo on