mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-19 09:50:43 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@13642 72102866-910b-0410-8b05-ffd578937521
21 lines
449 B
Text
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.
|