Also I suggest to remove the LanguageEditor from the image. Hilaire Hilaire Fernandes a écrit :
To be compatible with the gettext package I have pushed in Inbox Collection-Strings and System-Localization changes.
After the changes, NaturalLanguageTranslator becomes in core a dummy class responding to two dummy messages. This dummy class is later replaced by the real one when the developer loads the gettext package
String>>translate reflect this change.
I really don't know how to load these two package in Pharo without breaking the image. The only possibility I see is to first hand edit String>>translated to respond self, then load System-Localisation and Collection-String from Inbox.
Tiny hand edit.
We should get this tiny changes in as the Seaside people seems to need it as well.
Hilaire