Multi language support in seaside

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Multi language support in seaside

dtrussardi@tiscali.it
Hi,

        i,m interested to write seaside application with multi language support ( Italian - English - Deutsch ).


        There 's some support for do it ?


        Any pointers and considerations would be greatly appreciated !

       
        Thank,

                Dario_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Multi language support in seaside

sebastianconcept@gmail.co
this is how we did it



On Feb 12, 2011, at 11:41 AM, [hidden email] wrote:

Hi,

i,m interested to write seaside application with multi language support ( Italian - English - Deutsch ).


There 's some support for do it ?


Any pointers and considerations would be greatly appreciated !


Thank,

Dario_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Multi language support in seaside

SeanTAllen
I've used this basic approach in languages other than Smalltalk.
I've found it works quite well in real world usage.

On Sat, Feb 12, 2011 at 9:23 AM, Sebastian Sastre
<[hidden email]> wrote:

> this is how we did it
> sebastian
> o/
>
> On Feb 12, 2011, at 11:41 AM, [hidden email] wrote:
>
> Hi,
>
> i,m interested to write seaside application with multi language support (
> Italian - English - Deutsch ).
>
>
> There 's some support for do it ?
>
>
> Any pointers and considerations would be greatly appreciated !
>
>
> Thank,
>
> Dario_______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Multi language support in seaside

Bernat Romagosa
I've been using something derived from: http://book.pharo-project.org/book/Localisation

With a couple of little hacks you can adapt Hilarie's package to work session-wise (instead of system-wise).

Cheers,

Bernat Romagosa.

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Multi language support in seaside

dtrussardi@tiscali.it
In reply to this post by sebastianconcept@gmail.co
Hi, Sebastian 


your solution sound well.

Do you have test it into GLASS ?

I read: 
"The last thing we needed was a little web application that we can internally use to create translations and edit its .."

Do you have it for general seaside applications  and for Pier CMS ?

I can view - work with your solutions ?

Thank,

Dario

this is how we did it



On Feb 12, 2011, at 11:41 AM, [hidden email] wrote:

Hi,

i,m interested to write seaside application with multi language support ( Italian - English - Deutsch ).


There 's some support for do it ?


Any pointers and considerations would be greatly appreciated !


Thank,

Dario_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Multi language support in seaside

sebastianconcept@gmail.co
Hey Dario,

no. And I know this could sound bad, but is not the intention... so I'll try to explain why "no:"

1. it has a dependency on a framework we use on top of seaside (for all our apps) that helps us to do some scaffolding for the (sub) components we use in airflowing our sites, blogs and forums; that isn't opened at the moment so it would be complicated at this time
2. it's dependent on our persistence architecture (we store the translations in the application odb); which adds a second framework involved
3. our intention wasn't do something general, we dedicated like a day and a half on it (plus bits of debugging and upgrades)

I suggest you to: 1. do the best translator of the world or 2. spend the less time you can on it and move on

But consider this: 
this app to edit translations wasn't a big deal but required something about a couple of days of full attention and I didn't find ways to evade that so I guess you should go for it and make yours (is very useful we use it very very often)




  


On Mar 25, 2011, at 2:36 PM, [hidden email] wrote:

Hi, Sebastian 


your solution sound well.

Do you have test it into GLASS ?

I read: 
"The last thing we needed was a little web application that we can internally use to create translations and edit its .."

Do you have it for general seaside applications  and for Pier CMS ?

I can view - work with your solutions ?

Thank,

Dario

this is how we did it



On Feb 12, 2011, at 11:41 AM, [hidden email] wrote:

Hi,

i,m interested to write seaside application with multi language support ( Italian - English - Deutsch ).


There 's some support for do it ?


Any pointers and considerations would be greatly appreciated !


Thank,

Dario_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Multi language support in seaside

Philippe Marschall
In reply to this post by Bernat Romagosa
2011/2/14 AxiNat <[hidden email]>:
> I've been using something derived
> from: http://book.pharo-project.org/book/Localisation
> With a couple of little hacks you can adapt Hilarie's package to work
> session-wise (instead of system-wise).

You can take Seaside-Gettext from [1]

 [1] http://www.squeaksource.com/Seaside30Addons.html

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside