
 If your language is not supported by Yass, it is just because no one
 has translated it yet!

 How to write a language catalog for Yass

 1. Rename "Yass.ct" to your language, for example "espaol.ct".

 2. Change the X in the "## language X" line in the .ct to your language
    name, for example "## language espaol".

 3. For each block like the following add text for your language. In
    this case you would add the word for "select", with an underscore
    before the keyboard short cut key.  Make sure for each gadget/menu
    there are not duplicates for keyboard short cuts.

     GD_SELECT

     ; _Select;
     ;

    Menuitems look like the following, the AmigaKey is the first
    character with a "\0" after it.

     MENU_PROJECT_SAVE

     ; S\0Save Settings;
     ;

 4. Once all the strings are translated run CatComp to produce a catalog
    file.  The system can then be put in this language and Yass should 
    use the catalog.  Example for espaol would be:

    CatComp Yass.cd espaol.ct CATALOG espaol/Yass.catalog


 If you are available by e-mail, please send me your translated catalog
 file (.ct file), so I can compile it and include it with the next release
 of Yass.  Improved catalogs and translated documentations are also
 welcome.

 People who take the effort of translating the program, will be fully
 credited in the documentation as well as getting their name in Yass'
 About-requester.

 You can get in contact with me via e-mail, if there are any questions.


 Albert Schweizer
 e-mail: schweizr@rz.fht-esslingen.de
