Properly strip non-plurals from English translation in build script.
This commit is contained in:
parent
d434dffb65
commit
2cef51d67b
@ -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.
Loading…
Reference in New Issue
Block a user