mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
22 lines
449 B
Text
22 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.
|