If there are submodule changes in the file list when resolving conflicts while rebasi...
[TortoiseGit.git] / Languages / Make_Pot.bat
blobbf1304211c9e3fab3cafe67e6b40525a378e8d5d
1 @echo off\r
2 SETLOCAL ENABLEDELAYEDEXPANSION\r
3 \r
4 ..\bin\release\bin\ResText extract ..\bin\release\bin\TortoiseProcLang.dll ..\bin\release\bin\TortoiseMergeLang.dll ..\bin\release\bin\TortoiseIDiffLang.dll ..\bin\release\bin\TortoiseGitBlameLang.dll -useheaderfile TortoisePotHeader.txt Tortoise.pot\r
5 \r
6 rem leave the next two lines commented. The msgremove tool changes the\r
7 rem sequence "\r\n" to "r\n" - removing the backslash before the r!!!\r
8 rem msgremove Tmp.pot -i ignore.po -o Tortoise.pot\r
9 rem del Tmp.pot\r
11 rem leave this line commented. I fear it destroys the asian .po files\r
12 rem FOR %%i in (*.po) do msgmerge --no-wrap -s %%i Tortoise.pot -o %%i\r
14 ENDLOCAL\r
15 goto :eof\r