I don't know anything about Seaside or Gettext packages, however I
notice one thing (below)...
Peter Schorsch wrote:
Hi,
Just started with pharo and seaside. Now I want to write an example
seaside-application but with a multi lingual interface. So I installed
pharo3 and then seaside via configuration browser.
But then I had to realize that the seaside-gettext package was not
installed; and also no gettext package. I found a gettext package in
the repository http://smalltalkhub.com/mc/PharoExtras/Gettext.
I installed the package ConfigurationOfGettext, but the
configuraitonof-browser does not show it.
The Pharo 3 Configuration Browser only looks at one repository...
http://smalltalkhub.com/#!/~Pharo/MetaRepoForPharo30
That repository is open for anyone to drop in a Configuration that works
for Pharo 3. There is a goal that some CI process will validate these
Configurations, but its not there yet.
However what you tried to do makes A LOT of cognitive sense. I'd never
thought of it that way, but it might be good if Configuration Browser
picked up Configurations manually loaded into the Image.
cheers -ben
So I installed the package
Gettext via monticello.
Then I found the seaside-gettext packages in the repository
http://smalltalkhub.com/mc/Seaside/Seaside30Addons and installed via
monticello the packages Seaside-Gettext-Core and
Seaside-Gettext-Examples.
Then I open a webbrowser to watch the gettext example. But there I only
see:
fontsize
* locale
* locale
* locale
* locale
* locale
That looks for me like gettext is not working with pharo3 and seaside
3.1.2
Any help is welcome - best a mini howto for gettext with pharo3 and
seaside 3.1.2
Thanks in advance