[Yanel-commits] rev 23918 - public/yanel/trunk/src/realms/yanel-website/config

michi at wyona.com michi at wyona.com
Fri Apr 20 11:25:12 CEST 2007


Author: michi
Date: 2007-04-20 11:25:10 +0200 (Fri, 20 Apr 2007)
New Revision: 23918

Modified:
   public/yanel/trunk/src/realms/yanel-website/config/yanel-realm-config.xml
Log:
translation manager added

Modified: public/yanel/trunk/src/realms/yanel-website/config/yanel-realm-config.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/config/yanel-realm-config.xml	2007-04-20 09:20:17 UTC (rev 23917)
+++ public/yanel/trunk/src/realms/yanel-website/config/yanel-realm-config.xml	2007-04-20 09:25:10 UTC (rev 23918)
@@ -2,10 +2,20 @@
 
 <realm-config xmlns="http://www.wyona.org/yanel/realm/1.0">
   <name>Yanel Website</name>
+
   <rti>repository.xml</rti>
   <data>repository.xml</data>
   <ac-policies>ac-policies-repository.xml</ac-policies>
   <ac-identities>ac-identities-repository.xml</ac-identities>
+
   <default-language>en</default-language>
+
+  <languages>
+    <language>en</language>
+    <language>de</language>
+    <language>es</language>
+  </languages>
+  <translation-manager class="org.wyona.yanel.core.attributes.translatable.PrefixTranslationManager"/>
+
   <menu class="org.wyona.yanel.servlet.menu.impl.YanelWebsiteMenu"/>
 </realm-config>




More information about the Yanel-commits mailing list