svnno****@sourc*****
svnno****@sourc*****
2008年 11月 25日 (火) 09:11:04 JST
Revision: 1426 http://svn.sourceforge.jp/view?root=pal&view=rev&rev=1426 Author: shinsuke Date: 2008-11-25 09:11:04 +0900 (Tue, 25 Nov 2008) Log Message: ----------- modified portlet definition. Modified Paths: -------------- chat/trunk/src/main/webapp/WEB-INF/portlet.xml -------------- next part -------------- Modified: chat/trunk/src/main/webapp/WEB-INF/portlet.xml =================================================================== --- chat/trunk/src/main/webapp/WEB-INF/portlet.xml 2008-11-25 00:08:40 UTC (rev 1425) +++ chat/trunk/src/main/webapp/WEB-INF/portlet.xml 2008-11-25 00:11:04 UTC (rev 1426) @@ -4,9 +4,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"> <portlet> - <description>chat portlet</description> + <description>Display/Post chat messages.</description> + <description xml:lang="ja">チャットのメッセージを表示・投稿します。</description> <portlet-name>Chat</portlet-name> <display-name>Chat</display-name> + <display-name xml:lang="ja">チャット</display-name> <portlet-class>org.seasar.struts.portlet.SAStrutsPortlet</portlet-class> <init-param> <name>viewPage</name> @@ -18,6 +20,8 @@ <portlet-mode>VIEW</portlet-mode> </supports> <supported-locale>en</supported-locale> + <supported-locale>ja</supported-locale> +<!-- resource-bundle></resource-bundle --> <portlet-info> <title>Chat</title> </portlet-info>