Author: sjur
Date: Thu Sep 11 03:59:34 2008
New Revision: 694212
URL: http://svn.apache.org/viewvc?rev=694212&view=rev
Log:
Adding translations fallback to core.
Modified:
forrest/trunk/main/webapp/locationmap-i18n.xml
Modified: forrest/trunk/main/webapp/locationmap-i18n.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/locationmap-i18n.xml?rev=694212&r1=694211&r2=694212&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-i18n.xml (original)
+++ forrest/trunk/main/webapp/locationmap-i18n.xml Thu Sep 11 03:59:34 2008
@@ -31,6 +31,7 @@
<locator>
<match pattern="project.translations">
<location src="{properties:translations}" />
+ <location src="{properties:skins-dir}common/translations"/>
</match>
</locator>
</locationmap>