You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ki...@apache.org on 2002/03/01 23:34:16 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf TurbineResources.properties

kimptoc     02/03/01 14:34:16

  Modified:    webapp/WEB-INF/conf TurbineResources.properties
  Log:
  added notes to TR.props on how to use the override localization facility
  
  Revision  Changes    Path
  1.44      +8 -2      jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
  
  Index: TurbineResources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- TurbineResources.properties	25 Feb 2002 04:25:37 -0000	1.43
  +++ TurbineResources.properties	1 Mar 2002 22:34:16 -0000	1.44
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.properties,v 1.43 2002/02/25 04:25:37 taylor Exp $
  +# $Id: TurbineResources.properties,v 1.44 2002/03/01 22:34:16 kimptoc Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -714,7 +714,13 @@
   # Default ResourceBundle and language/country codes used by the
   # TurbineLocalizationService.
   #
  -locale.default.bundle=org.apache.jetspeed.modules.localization.JetspeedLocalization
  +# this bundle is searched first - so name your override file here
  +locale.default.bundle=
  +#
  +# this is a comma separated list of bundles that are searched to find a resource
  +# after the above default bundle has been checked, if its specified
  +# should be fine to leave this setting as is
  +locale.default.bundles=org.apache.jetspeed.modules.localization.JetspeedLocalization
   locale.default.language=en
   locale.default.country=US
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>