Re: [Pharo-users] Loading Gettext on already installed Seaside

2019-06-15 Thread Johan Brichau
I’m afraid the Gettext-Seaside integration is broken in current Seaside versions. Johan > On 15 Jun 2019, at 00:18, BrunoBB wrote: > > Well, > > This method exist on GetText GemStone version. > > So i'm not quite sure what is going on. Maybe GS and Pharo version are not > synchronized. > >

Re: [Pharo-users] Loading Gettext on already installed Seaside

2019-06-14 Thread BrunoBB
Well, This method exist on GetText GemStone version. So i'm not quite sure what is going on. Maybe GS and Pharo version are not synchronized. regards, bruno -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Loading Gettext on already installed Seaside

2019-06-14 Thread BrunoBB
Paul, Thanks for the pointer now i have passed the conflict. But i got a DNU: NaturalLanguageTranslator>>domainRegistered: This method does not exist. It seems that the following entry hsa the fix: http://forum.world.st/Error-loading-Seaside-Gettext-support-td4980855.html Close the walkback and

Re: [Pharo-users] Loading Gettext on already installed Seaside

2019-06-14 Thread Paul DeBruicker
Hi Add onConflict: [ :ex | ex allow ]; To your Metacello load instructions BrunoBB wrote > Hi, > > I have a Pharo 7.0 image with Seaside installed on it. > > Now i want to add Gettext but i'm not able to do it yet. > > Metacello new > baseline:'Seaside3'; > repository: 'github://Seas

[Pharo-users] Loading Gettext on already installed Seaside

2019-06-14 Thread BrunoBB
Hi, I have a Pharo 7.0 image with Seaside installed on it. Now i want to add Gettext but i'm not able to do it yet. Metacello new baseline:'Seaside3'; repository: 'github://SeasideSt/Seaside:master/repository'; load: #('Seaside-Gettext-Core' 'Seaside-Gettext-Examples') Fail because 'Seaside-