OSDN Git Service

Properly strip non-plurals from English translation in build script.
authorLoRd_MuldeR <mulder2@gmx.de>
Thu, 24 Jan 2013 22:21:00 +0000 (23:21 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Thu, 24 Jan 2013 22:21:00 +0000 (23:21 +0100)
etc/Deployment/_lupdate.bat
res/localization/LameXP_UK.qm

index 2db61d9..418a071 100644 (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 (
index a5fb325..635f2b8 100644 (file)
Binary files a/res/localization/LameXP_UK.qm and b/res/localization/LameXP_UK.qm differ