Subversion Repositories SvarDOS

Rev

Rev 1263 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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