khanat-opennel-code/code/ryzom/tools/translation/B_merge_string_diff.bat
2015-11-04 10:41:30 +01:00

6 lines
No EOL
100 B
Batchfile

@echo off
echo Merging string diff...
bin\translation_tools merge_string_diff
echo Done.
pause