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.
> 
> Because the class FileDirectory is no longer in that list, it crashes.
> So, my questions:
> 
> - should it not produce a nicer debugger window? 
> - I can fix the load problem itself and also take a look to port this
> package to Pharo2.0 if it requires more than adapting the above. But I
> have no write access to the PharoNonCorePackages repository. Is there a
> new location? Or is there already a version for Pharo2.0 somewhere? Or
> should we move it out of that repository and give it it's own special
> place?
> 
> cheers
> Johan

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. 

I made some slime rules for Seaside that run in Pharo 1.3 that automatically
find strings and adds the conversion stuff if those strings aren't in
methods that end in 'Id' or 'Css' or 'Class' (etc).  I'd publish them to a
Gettext repository if there was one.



--
View this message in context: 
http://forum.world.st/Gettext-in-Pharo2-0-tp4679315p4679321.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Reply via email to