diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-22 11:03:26 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-22 11:03:26 +0000 |
commit | 77627d30234c5f94d8a59a837fabeb969209f6b2 (patch) | |
tree | 6420b4f8b0f14b04e8d41d43a902f99c19b577c5 | |
parent | 0cb61e02bbbe6ee70b0d0a3cf8dcb3c4de8249c6 (diff) |
- lpgen.js.bat updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@4796 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | langpacks/english/=CORE=.txt | 3 | ||||
-rw-r--r-- | langpacks/english/=HEAD=.txt | 1 | ||||
-rw-r--r-- | langpacks/english/Langpack_english.txt | 2 | ||||
-rw-r--r-- | tools/lpgen/lpgen.js.bat | 2 |
4 files changed, 3 insertions, 5 deletions
diff --git a/langpacks/english/=CORE=.txt b/langpacks/english/=CORE=.txt index cdc599451d..b650142a6f 100644 --- a/langpacks/english/=CORE=.txt +++ b/langpacks/english/=CORE=.txt @@ -1,5 +1,4 @@ -Miranda Language Pack Version 1
-;file \src\resource.rc
+;file \src\resource.rc
[Enter account name (for example, My Google)]
[Choose the protocol type]
[Specify the internal account name (optional)]
diff --git a/langpacks/english/=HEAD=.txt b/langpacks/english/=HEAD=.txt index 3ee235f76e..3c9fec33e1 100644 --- a/langpacks/english/=HEAD=.txt +++ b/langpacks/english/=HEAD=.txt @@ -1,2 +1 @@ Miranda Language Pack Version 1
-Locale: 0409
diff --git a/langpacks/english/Langpack_english.txt b/langpacks/english/Langpack_english.txt index e1426c74a9..6de41c9faf 100644 --- a/langpacks/english/Langpack_english.txt +++ b/langpacks/english/Langpack_english.txt @@ -1,5 +1,5 @@ Miranda Language Pack Version 1
-;file \src\resource.rc
+;file \src\resource.rc
[Enter account name (for example, My Google)]
[Choose the protocol type]
[Specify the internal account name (optional)]
diff --git a/tools/lpgen/lpgen.js.bat b/tools/lpgen/lpgen.js.bat index 2d3db334e0..0b5cc03259 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\english\"=CORE=.txt" +..\..\langpacks\english\Plugins\*.txt ..\..\langpacks\english\Langpack_english.txt
\ No newline at end of file +copy ..\..\langpacks\english\"=HEAD=.txt"+..\..\langpacks\english\"=CORE=.txt" +..\..\langpacks\english\Plugins\*.txt ..\..\langpacks\english\Langpack_english.txt
\ No newline at end of file |