diff options
-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 |