home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / biz / dbase / amigabase / makecat / readme < prev    next >
Text File  |  1995-02-23  |  1KB  |  44 lines

  1. AmigaBase uses the locale.library. So it is possible to display text
  2. in various languages. Currently AmigaBase supports the English, German,
  3. Swedish, Italian, French  and Danish language.
  4.  
  5. If you want AmigaBase to support your language, you have to edit the
  6. file AppStrings.source and translate it into your language.
  7. For each string you have to insert a line like this:
  8.  
  9. /* Language-ID "Your translation" */
  10.  
  11. where Language-ID is one of:
  12.  
  13.    D      german
  14.    DK     danish
  15.    E      spanish
  16.    F      french
  17.    GB     english
  18.    I      italian
  19.    N      norwegian
  20.    NL     dutch
  21.    P      portuguese
  22.    S      swedish
  23.  
  24. Put the translated strings just behind the originals.
  25.  
  26. Then use MakeCat to build the locale file. MakeCat is PD.
  27. You find it on the German AmigaMagazin Disk 1, or you can
  28. simply contact me for getting it.
  29.  
  30. Then you have to test your locale file. Please test every menu item of
  31. AmigaBase. Take care that you don't use a shortcut twice in any requester.
  32. Umlauts or other non ascii characters are not allowed to be shortcuts.
  33.  
  34. Please contact me before translating any text! Perhaps another person
  35. is translating the file into the same language!
  36.  
  37. If you think your locale file is ready for the distribution, send me a
  38. copy of the AppStrings.source file. I will add it to the next release
  39. of AmigaBase.
  40.  
  41. For translating the AppStrings.source file into a new language I offer
  42. you a free registration of AmigaBase.
  43.  
  44.