|
Hi Nuno,
I'm sorry very much because of my delay but we are reviewing i18n in Sakai trunk and have a lot of work to do. :) Please, let me suggest you to follow this link: http://bugs.sakaiproject.org/confluence/display/I18N/How+to+write+Internationalized+Tools+in+Sakai and if you have any doubt it will be a pleasure to help you, if possible. Thank you very much in advance. Salu2, David Hi Nuno,
I'm sorry but there is a error in my previous comment. It is not <jsp:useBean id="msgs" class="org.sakaiproject.util.java.ResourceLoader" scope="session"> but <jsp:useBean id="msgs" class="org.sakaiproject.util.ResourceLoader" scope="session"> David [Bulk Edit] This issue is Resolved for 2.4.0, however, there were not sufficient resources available for it to be QA'ed. As no further reports have caused it to be reopened we are assuming it was completely addressed, and are Closing it. Please feel free to reopen this issue if you are indeed experiencing problems with this specific issue's fix, otherwise, please open a new issue.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
The tool is implemented in JSF and makes use of
<f:loadBundle basename="org.sakaiproject.tool.summarycalendar.bundle.Messages" var="msgs"/>
and not the "<jsp:..." tags stated above. However, your .diff file you suggest the inverse replacement... I am a little confused. Could you be more specific?
Thanks,
Nuno