433 |
mateuszvis |
1 |
tlumacz is a "compiler" that builds the SvarCOM multi-lang ressource file out
|
|
|
2 |
of a collection of CATS/Kitten text files.
|
|
|
3 |
|
498 |
mateuszvis |
4 |
usage: tlumacz en fr pl ...
|
433 |
mateuszvis |
5 |
|
498 |
mateuszvis |
6 |
tlumacz generates a SVARCOM.LNG file that contains all language ressources.
|
433 |
mateuszvis |
7 |
This file must be then placed in the %NLSPATH% directory so SvarCOM can find it.
|
|
|
8 |
SvarCOM's language is controlled by the LANG variable (eg. "SET LANG=PL").
|
498 |
mateuszvis |
9 |
|
539 |
mateuszvis |
10 |
the first language acts as a reference, its strings will be used to fill any
|
|
|
11 |
missing translations in other files.
|
|
|
12 |
|
|
|
13 |
a DEFAULT.LNG file is also generated, it contains only translation strings for
|
|
|
14 |
the reference language. This file is only useful for building SvarCOM.
|