GXP is resposnible for server side. The client side messages can be localized using GWT i18n mechanism: http://www.ing.iac.es/gwt-linux-1.4.60/doc/html/com.google.gwt.doc.DeveloperGuide.Internationalization.html. It's a lot of work cause now the messages are mostly just strings in the code, sometime constants. Someone would need to go over the code and collect all messages.
2010/12/22 James Purser <[email protected]> > (Bringing this over to the wave-dev list) > > Okay from what I understand of the web interface it is possible to setup > localisation. The pages are developed using the GXP templating language. > > Does anyone have any good pointers on localising GXP? There seems to be an > element designed for localisation here: > > http://gxp.googlecode.com/svn/trunk/docs/gxp-ref.html (look for gxp:msg) > > But would like to see an implementation to see how it works. > > James > > On Wed, Dec 22, 2010 at 11:17 AM, Ya Knygar <[email protected]> wrote: > > > +1 , please provide some link for internationalization topic or so, > > i could help with Russian-Ukrainian translation if there will > > be mechanism for it > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Wave Protocol" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<wave-protocol%[email protected]> > <wave-protocol%[email protected]<wave-protocol%[email protected]> > > > > . > > For more options, visit this group at > > http://groups.google.com/group/wave-protocol?hl=en. > > >
