diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lpgen/lpgen.js | 6 | ||||
-rw-r--r-- | tools/lpgen/lpgen.js.bat | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/lpgen/lpgen.js b/tools/lpgen/lpgen.js index 218de3b70b..b750926a30 100644 --- a/tools/lpgen/lpgen.js +++ b/tools/lpgen/lpgen.js @@ -7,7 +7,7 @@ //* Usage: "cscript /nologo lpgen.js /log:"yes"" to enable console logging *// //* Usage: "cscript /nologo lpgen.js /path:"path_to_folder"" for one plugin *// //* Usage: Double click to choose folder for one plugin template generation *// -//* Requirements: for batch mode: create folder ..\..\langpacks\en\Plugins *// +//* Requirements: for batch mode: create folder ..\..\langpacks\english\Plugins *// //* Author: BasiL *// //**********************************************************************************// @@ -34,8 +34,8 @@ var core=FSO.BuildPath(trunk,"src"); var protocols=FSO.BuildPath(trunk,"Protocols"); //plugins path var plugins=FSO.BuildPath(trunk,"Plugins"); -//langpack folder "\langpacks\en\" in trunk folder -var langpack_en=FSO.BuildPath(trunk,"langpacks\\en"); +//langpack folder "\langpacks\english\" in trunk folder +var langpack_en=FSO.BuildPath(trunk,"langpacks\\english"); //*********************************************************************************// // Checking command line parameters *// diff --git a/tools/lpgen/lpgen.js.bat b/tools/lpgen/lpgen.js.bat index ab6f9bda4f..2d3db334e0 100644 --- a/tools/lpgen/lpgen.js.bat +++ b/tools/lpgen/lpgen.js.bat @@ -1,3 +1,3 @@ rem echo off
cscript /nologo lpgen.js
-copy ..\..\langpacks\en\"=CORE=.txt" +..\..\langpacks\en\Plugins\*.txt ..\..\langpacks\en\Langpack_english.txt
\ No newline at end of file +copy ..\..\langpacks\english\"=CORE=.txt" +..\..\langpacks\english\Plugins\*.txt ..\..\langpacks\english\Langpack_english.txt
\ No newline at end of file |