You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2005/06/10 11:40:00 UTC

svn commit: r189936 - in /forrest/trunk/main/webapp: ./ skins/common/messages/ skins/common/translations/

Author: cheche
Date: Fri Jun 10 02:39:59 2005
New Revision: 189936

URL: http://svn.apache.org/viewcvs?rev=189936&view=rev
Log:
keep in sync all the i18n implementations

Added:
    forrest/trunk/main/webapp/skins/common/translations/
      - copied from r189768, forrest/trunk/main/webapp/skins/common/messages/
    forrest/trunk/main/webapp/skins/common/translations/CommonMessages_de.xml
      - copied unchanged from r189935, forrest/trunk/main/webapp/skins/common/messages/CommonMessages_de.xml
    forrest/trunk/main/webapp/skins/common/translations/CommonMessages_en_US.xml
      - copied unchanged from r189935, forrest/trunk/main/webapp/skins/common/messages/CommonMessages_en_US.xml
    forrest/trunk/main/webapp/skins/common/translations/CommonMessages_es.xml
      - copied unchanged from r189935, forrest/trunk/main/webapp/skins/common/messages/CommonMessages_es.xml
    forrest/trunk/main/webapp/skins/common/translations/CommonMessages_fr.xml
      - copied unchanged from r189935, forrest/trunk/main/webapp/skins/common/messages/CommonMessages_fr.xml
Removed:
    forrest/trunk/main/webapp/skins/common/messages/
Modified:
    forrest/trunk/main/webapp/menu.xmap
    forrest/trunk/main/webapp/tabs.xmap

Modified: forrest/trunk/main/webapp/menu.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/menu.xmap?rev=189936&r1=189935&r2=189936&view=diff
==============================================================================
--- forrest/trunk/main/webapp/menu.xmap (original)
+++ forrest/trunk/main/webapp/menu.xmap Fri Jun 10 02:39:59 2005
@@ -133,9 +133,8 @@
               <map:transform type="i18n">
                 <!-- We can use a default locale attribute or Request Parameter
                 <map:parameter name="locale" value="{defaults:locale}"/>
-                <map:parameter name="locale" value="{request-param:locale}"/>
-                -->
-                <map:parameter name="locale" value="{lang}{country}{variant}"/>
+		<map:parameter name="locale" value="{lang}{country}{variant}"-->
+                <map:parameter name="locale" value="{request:locale}"/>
               </map:transform>
             </map:act>
 

Modified: forrest/trunk/main/webapp/tabs.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/tabs.xmap?rev=189936&r1=189935&r2=189936&view=diff
==============================================================================
--- forrest/trunk/main/webapp/tabs.xmap (original)
+++ forrest/trunk/main/webapp/tabs.xmap Fri Jun 10 02:39:59 2005
@@ -77,7 +77,7 @@
             <map:act type="locale">
               <map:transform src="{forrest:stylesheets}/i18n.xsl"/>
               <map:transform type="i18n">
-                <map:parameter name="locale" value="{lang}{country}{variant}"/>
+	        <map:parameter name="locale" value="{request:locale}"/>
               </map:transform>
             </map:act>
           </map:when>