From e9ce0a71574964d14a5ae08becdfc59b00f0eeb7 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 15 Nov 2012 09:18:53 +0000 Subject: lpgen.js generator and langpacks/en uploaded git-svn-id: http://svn.miranda-ng.org/main/trunk@2311 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/lpgen/lpgen.pl.bat | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tools/lpgen/lpgen.pl.bat (limited to 'tools/lpgen/lpgen.pl.bat') diff --git a/tools/lpgen/lpgen.pl.bat b/tools/lpgen/lpgen.pl.bat new file mode 100644 index 0000000000..5bf3c05946 --- /dev/null +++ b/tools/lpgen/lpgen.pl.bat @@ -0,0 +1,20 @@ +call lpgen.pl + +for /F %%i in ('dir /B /S ..\..\plugins\*-translation.txt') do copy /Y %%i ..\..\i18n + +for /F %%i in ('dir /B /S ..\..\protocols\*-translation.txt') do copy /Y %%i ..\..\i18n + +for /F %%i in ('dir /B /S ..\..\src\*-translation.txt') do copy /Y %%i ..\..\i18n + +for /F %%i in ('dir /B /S ..\..\tools\*-translation.txt') do copy /Y %%i ..\..\i18n + +pushd ..\..\i18n + +if exist langpack_english.txt del /Q langpack_english.txt + + +for %%j in (*-translation.txt) do type "%%j" >> langpack_english.txt + +del /Q *-translation.txt + +popd \ No newline at end of file -- cgit v1.2.3