On 7/9/14 15:32, Peter Schorsch wrote:
Hi,
Just started with pharo and seaside.
Welcome!
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 configuration browser only shows the configurations that are published in a given repository. So I installed the package Gettext via monticello.
I think that people will reply to you. I know that there was a conflict between one class in the getText and one in Pharo30.
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