Short: add multilanguage support to HW script Author: sb5@libero.it (Sandro Barbagelata) Uploader: sb5 libero it (Sandro Barbagelata) Type: dev/hwood Version: 1.0 Distribution: Aminet GoCatalog is an utility for Hollywood coders that converts your single language scripts to multi language scripts applying catalogs. Original scripts will remain untouched and new scripts named originalname..__converted.hws will be generated. However it is always better to have a backup before converting scripts. Actually the program gets and convert at least 90% of the sentences in a script. Remaining ones need to be manually added. At the moment Rapa GUI syntax on scripts are not supported then ignored. Only plain Hollywood code. GoCatalog is distributed as Hollywood applet to be compatible with any supported system. What GoCatalog does: Select your main script. All @INCLUDE scripts will be loaded too. Scan the script(s) to find the sentences for specified Hollywood commands (see SetUp tab for reference) You can review the sentences found and exclude some of them or add new ones by double clicking (in the your scripts contents listview) the source code lines to be added in the Sentences list (duplicates will be ignored). Typical case is when some stentences are stored in a table. Generate updated scripts (original scripts will remain untouched) Generate a new script to handle catalogs. Generate the directory structure for catalogs Generate a master catalog file to be used for adding new languages. By double clicking the sentence line in the Sentences list the source line will be highlited in the "your scripts contents" listview and in the corresponding converted code tab (if "Go Convert" button was hit) By double clicking the name of a script (in case multi scripts are loaded) in the list "Your project HWS scripts", the sorce code will scroll to the first line of the script.