Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1263 |
mateusz.vi |
1 |
@ECHO OFF
|
|
|
2 |
|
|
|
3 |
:: This processes all translation files and regenerates the LOCALCFG.LNG and
|
|
|
4 |
:: DEFLANG.C files.
|
|
|
5 |
|
|
|
6 |
utf8tocp 437 en_utf8.txt > en.txt
|
|
|
7 |
utf8tocp 850 br_utf8.txt > br.txt
|
|
|
8 |
utf8tocp 850 de_utf8.txt > de.txt
|
|
|
9 |
utf8tocp 850 fr_utf8.txt > fr.txt
|
|
|
10 |
utf8tocp maz pl_utf8.txt > pl.txt
|
|
|
11 |
utf8tocp 857 tr_utf8.txt > tr.txt
|
|
|
12 |
|
|
|
13 |
..\svarlang.lib\tlumacz en br de fr pl tr > tlumacz.log
|
|
|
14 |
|
|
|
15 |
del ??.txt
|
|
|
16 |
move /y out.lng ..\localcfg.lng
|
|
|
17 |
move /y deflang.c ..\
|