You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ra...@apache.org on 2007/11/12 14:10:00 UTC

svn commit: r594101 - /lenya/trunk/src/modules/tinymce/sitemap.xmap

Author: ragaller
Date: Mon Nov 12 05:10:00 2007
New Revision: 594101

URL: http://svn.apache.org/viewvc?rev=594101&view=rev
Log:
tinyMCE: added i18 transformation (fixes i18n for save and cancel buttons)

Modified:
    lenya/trunk/src/modules/tinymce/sitemap.xmap

Modified: lenya/trunk/src/modules/tinymce/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/tinymce/sitemap.xmap?rev=594101&r1=594100&r2=594101&view=diff
==============================================================================
--- lenya/trunk/src/modules/tinymce/sitemap.xmap (original)
+++ lenya/trunk/src/modules/tinymce/sitemap.xmap Mon Nov 12 05:10:00 2007
@@ -91,7 +91,9 @@
             <map:generate src="fallback://lenya/modules/tinymce/resources/misc/download.xml"/>
           </map:otherwise>
         </map:select>
-
+        <map:transform type="i18n">      
+          <map:parameter name="locale" value="{request:locale}"/>
+        </map:transform>
         <map:serialize type="xhtml"/>
       </map:match>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org