libs-steptalk/Documentation/Languages.txt
Adam Fedor c2c2d22254 Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13642 72102866-910b-0410-8b05-ffd578937521
2002-05-13 22:13:06 +00:00

21 lines
449 B
Text

Languages
---------
How to create a language bundle?
In directory Languages/Smalltalk/ see files
SmalltalkEngine.[hm]
SmalltalkInfo.plist
and in STBytecodeInterpreter.m see method - sendSelectorAtIndex:withArgCount:
LanguageInfo.plist
------------------
STLanguageName
Language name that will be used instead of bundle name.
STEngine;
Engine class name. If there is no such class, then princicpial class
will be used.