7 lines
103 B
Batchfile
7 lines
103 B
Batchfile
|
@echo off
|
||
|
|
||
|
echo Cleaning string diff...
|
||
|
bin\translation_tools clean_string_diff
|
||
|
echo Done.
|
||
|
pause
|