Subversion Repositories SvarDOS

Rev

Rev 433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 433 Rev 498
Line 1... Line 1...
1
tlumacz is a "compiler" that builds the SvarCOM multi-lang ressource file out
1
tlumacz is a "compiler" that builds the SvarCOM multi-lang ressource file out
2
of a collection of CATS/Kitten text files.
2
of a collection of CATS/Kitten text files.
3
 
3
 
4
 usage: tlumacz files
4
 usage: tlumacz en fr pl ...
5
 
5
 
6
where "files" is the directory where all CATS/Kitten files are present.
-
 
7
tlumacz generates a SVARCOM.DAT file that contains all language ressources.
6
tlumacz generates a SVARCOM.LNG file that contains all language ressources.
8
This file must be then placed in the %NLSPATH% directory so SvarCOM can find it.
7
This file must be then placed in the %NLSPATH% directory so SvarCOM can find it.
9
SvarCOM's language is controlled by the LANG variable (eg. "SET LANG=PL").
8
SvarCOM's language is controlled by the LANG variable (eg. "SET LANG=PL").
-
 
9
 
-
 
10
a DEFAULT.LNG file will also be generated, it contains translation strings
-
 
11
for english only. This file is only useful for SvarCOM building.