LameXP/etc/Translation/release.bat

11 lines
267 B
Batchfile
Raw Normal View History

@echo off
REM ---------------------------
2011-04-10 19:14:23 +02:00
call "..\Deployment\_paths.bat"
call "%PATH_QTMSVC%\bin\qtvars.bat"
REM ---------------------------
2011-01-02 04:19:01 +01:00
for %%f in (LameXP_??.ts) do (
lrelease.exe %%f -qm ..\..\res\localization\%%~nf.qm
)
REM ---------------------------
pause