Bringing flexcat 2.15 into the main branch
[AROS.git] / tools / flexcat / src / sd / RexCat.sd.readme
blob5c8160d4ebfc57f4d542f4d3889e58eb7fd3a431
1 This is a Source Descriptor to be used with FlexCat.
2 It creates 2 functions that can be pasted in a ARexx script.
4 The script has to be prepared so that each string that
5 need translation is passed as argument to the tls() function,
6 like: SAY tls("Hello world!")
7 Strings have a limit to max. 250 characters.  Longer strings
8 will be cut down.
10 Somewhere in the beginning of the script, a catalog file has
11 to be loaded.  This is done by a call to the gettlstext()
12 function, like: CALL gettlstext()
14 The functions have to be replaced each time the Catalog
15 Description file (and so the newer catalogs) is modified.
17 Recommended for improved catalogs compatibility between
18 version is to ALWAYS add a strNum in the Catalog Description.
19 (RexCat, available from Aminet, can create a .cd file that
20 take care of this.)
23 AmigaPhil, Feb. 2010.