TETRIS2000/locale/update_ts.bat
adrienmalin a264f0cae0
Revert back merge error 4h ago
I nearly lost my mind
2018-08-06 23:00:06 +02:00

4 lines
223 B
Batchfile

for /F %%n in ('dir /B *.ts') do pylupdate5 -verbose ..\window.py ..\settings.py ..\stats.py ..\matrix.py ..\frames.py -ts %%n
echo You may need to edit *.ts files with a text editor to correct special characters
pause