- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Sep 2009 16:36:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv9386/WebContent/WEB-INF/conf
Modified Files:
unicorn.properties
Log Message:
added new property (SHOW_LANGUAGE_UNAVAILABLE_MESSAGE). If set to true, a user with an unsupported preferred local will be displayed a message proposing to translate unicorn.
Index: unicorn.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/unicorn.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- unicorn.properties 2 Sep 2009 12:40:40 -0000 1.5
+++ unicorn.properties 7 Sep 2009 16:36:10 -0000 1.6
@@ -9,6 +9,8 @@
PROTECT_INIT_ACTION = false
+SHOW_LANGUAGE_UNAVAILABLE_MESSAGE = true
+
PATH_TO_RESOURCES = ${UNICORN_HOME}/WEB-INF/resources/
PATH_TO_OBSERVER_LIST = ${PATH_TO_RESOURCES}
PATH_TO_TASKLIST = ${PATH_TO_RESOURCES}/tasklist/
Received on Monday, 7 September 2009 16:36:25 UTC