diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-04 09:24:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-04 09:24:44 +0000 |
commit | 1c60a0beab0e1e29bbe9c120b36dbd3347d1c9fd (patch) | |
tree | edcf8b2b4202fa6a70964938c16b1b6a213b3f5e /tools/lpgen/lpgen.js | |
parent | 9b5565804db3889f7b8c59edf6e75a3566aea7df (diff) |
- lpgen.js updated to work with 'english' folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@2953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/lpgen/lpgen.js')
-rw-r--r-- | tools/lpgen/lpgen.js | 6 |
1 files changed, 3 insertions, 3 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 *// |