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 with this, I can take care of it. cheers Johan On 02 Apr 2013, at 19:38, Hilaire Fernandes <hilaire.fernan...@gmail.com> wrote: > 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. > > > This version works for Pharo 1.4: > > Gofer new > url: 'http://www.squeaksource.com/PharoNonCorePackages'; > package: 'ConfigurationOfGettext'; > load. > (Smalltalk at: #ConfigurationOfGettext) perform:#load. > > Hilaire > > > -- > Dr. Geo http://drgeo.eu > >