OSDN Git Service

Properly handle plurals in translation files.
[lamexp/LameXP.git] / etc / Translation / update.bat
index 81734b1..2e2f59e 100644 (file)
@@ -28,5 +28,6 @@ for %%f in (*.ts) do (
        copy %%f %%f.bak
        lupdate.exe @update.lst -no-obsolete -ts %%f
 )
+lupdate.exe @update.lst -no-obsolete -pluralonly -ts "LameXP_EN.ts"
 REM ---------------------------
 pause