hswidgetplugin/fmradiohswidgetplugin/locales/compile_ts.bat
changeset 32 189d20c34778
parent 28 075425b8d9a4
child 33 11b6825f0862
equal deleted inserted replaced
28:075425b8d9a4 32:189d20c34778
     1 @echo off
       
     2 
       
     3 set QM_FILE=fmradiohswidgetplugin.qm
       
     4 set QM_FILE_EN_US=fmradiohswidgetplugin_en_us.qm
       
     5 set QM_LOCATION=./
       
     6 
       
     7 
       
     8 ECHO Creating QM file
       
     9 call lrelease -idbased fmradiohswidgetplugin.ts -qm %QM_LOCATION%%QM_FILE%
       
    10 REM call lrelease -idbased fmradiohswidgetplugin_en_us.ts -qm %QM_LOCATION%%QM_FILE_EN_US%