Properly strip non-plurals from English translation in build script.

This commit is contained in:
LoRd_MuldeR 2013-01-24 23:21:00 +01:00
parent d434dffb65
commit 2cef51d67b
2 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ for %%f in ("%~dp0\..\Translation\*.ts") do (
copy %%f %%f.bak
lupdate.exe "@%LST_FILE%" -no-obsolete -ts %%f
)
lupdate.exe "@%LST_FILE%" -no-obsolete -pluralonly -ts "%~dp0\..\Translation\LameXP_EN.ts"
del "%LST_FILE%"
echo ----------------------------------------------------------------
for %%f in ("%~dp0\..\Translation\LameXP_??.ts") do (

Binary file not shown.