Re: [Pharo-project] Gettext in Pharo2.0

2013-04-03 Thread Johan Brichau
Okay, I can take care of this. On 03 Apr 2013, at 11:42, stephane ducasse wrote: > There is a PharoExtras/Gettext projects. > > Stef > >> I propose to make a Gettext repository on smalltalkhub. >> We can move Gettext and its Seaside extension there. >> >> If you want to include it in the rel

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-03 Thread stephane ducasse
There is a PharoExtras/Gettext projects. Stef > I propose to make a Gettext repository on smalltalkhub. > We can move Gettext and its Seaside extension there. > > If you want to include it in the release (which would be great), we need to > factor out some code because there is an overlap with

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-03 Thread stephane ducasse
I added you to the pharoExtras team on SmalltalkHub. I will also create a jenkins job. Stef On Apr 2, 2013, at 4:41 PM, Johan Brichau wrote: > Hi, > > Loading Gettext into Pharo2.0 crashes badly (system locks up, eventually an > emergency debugger appears). > The reason is the class initializa

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-03 Thread Marcus Denker
On Apr 3, 2013, at 8:56 AM, Johan Brichau wrote: > I propose to make a Gettext repository on smalltalkhub. > We can move Gettext and its Seaside extension there. > > If you want to include it in the release (which would be great), we need to > factor out some code because there is an overlap

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Johan Brichau
I propose to make a Gettext repository on smalltalkhub. We can move Gettext and its Seaside extension there. If you want to include it in the release (which would be great), we need to factor out some code because there is an overlap with System-Internationalization. Hilaire, if you are fine

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Hilaire Fernandes
Le 02/04/2013 18:33, Paul DeBruicker a écrit : > I think Gettext should be in its own place, and I don't think there is one > for it yet. I think Gettext that worked in 1.3 also doesn't work in Pharo > 1.4, which I could look at fixing. Or if it does work in 1.4 let me know > how to load it. T

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Marcus Denker
On Apr 2, 2013, at 6:34 PM, Paul DeBruicker wrote: > Johan Brichau-2 wrote >> Hi, >> >> Loading Gettext into Pharo2.0 crashes badly (system locks up, eventually >> an emergency debugger appears). >> The reason is the class initialization of NaturalLanguageTranslator: >> >> Smalltalk addTo

Re: [Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Paul DeBruicker
Johan Brichau-2 wrote > Hi, > > Loading Gettext into Pharo2.0 crashes badly (system locks up, eventually > an emergency debugger appears). > The reason is the class initialization of NaturalLanguageTranslator: > > Smalltalk addToStartUpList: NaturalLanguageTranslator after: > FileDirectory.

[Pharo-project] Gettext in Pharo2.0

2013-04-02 Thread Johan Brichau
Hi, Loading Gettext into Pharo2.0 crashes badly (system locks up, eventually an emergency debugger appears). The reason is the class initialization of NaturalLanguageTranslator: Smalltalk addToStartUpList: NaturalLanguageTranslator after: FileDirectory. Because the class FileDirectory