Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 497 → Rev 498

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