home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 107
/
EnigmaAmiga107CD.iso
/
Software
/
Emulatori
/
cp4
/
Localize
/
MakeLanguage
< prev
Wrap
AmigaDOS Script File
|
1999-03-16
|
376b
|
18 lines
.KEY LANGUAGE/A
.BRA {
.KET }
if {LANGUAGE} eq "english"
echo English is the builtin language
else
if not exists Translations/{LANGUAGE}
MakeDir Translations/{LANGUAGE}
Copy Template/#?.ct Translations/{LANGUAGE}
Util/SetCT CT1 {LANGUAGE} Translations/{LANGUAGE}
else
echo There's an existing translation drawer,
echo the Translation/{LANGUAGE} drawer.
endif
endif