libs-steptalk/Documentation/Languages.txt

22 lines
449 B
Text
Raw Normal View History

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.