When a user wants to edit the userprefs of a gadget the container calls handleOpenUserPrefsDialog which asks www.gmodules.com/ig/gadgetsettings to render some html for the settings dialog. However, when the userprefs contain strings like __MSG_test__ they don't get replaced with their proper i18n strings. See for example:
http://www.gmodules.com/ig/gadgetsettings?mid=6&output=js&url=http://gadget-doc-examples.googlecode.com/svn/trunk/opensocial-gadgets/i18n-hello-world-inline.xml This shows "__MSG_red__" where it should say "Red". Is there a good way to get this working? I'm using Java Shindig 2.0.2 /Christiaan
