Author: adrianc
Date: Wed Feb 11 17:12:09 2009
New Revision: 743407
URL:
http://svn.apache.org/viewvc?rev=743407&view=revLog:
Expanded the comments in the locale-related general.properties settings. Hopefully this will help clear up confusion about what the properties do. No functional change.
Modified:
ofbiz/trunk/framework/common/config/general.properties
Modified: ofbiz/trunk/framework/common/config/general.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/general.properties?rev=743407&r1=743406&r2=743407&view=diff==============================================================================
--- ofbiz/trunk/framework/common/config/general.properties (original)
+++ ofbiz/trunk/framework/common/config/general.properties Wed Feb 11 17:12:09 2009
@@ -30,14 +30,21 @@
currency.decimal.format=##0.00
# -- Properties fallback locale. Change this setting with caution. If you
-# start getting "resource not found" errors, then there are
-# properties missing in the locale you selected.
+# start getting "resource not found" exceptions, then there are
+# properties missing in the locale you specified. This property does not
+# control the default locale - the default locale is set in start.properties.
locale.properties.fallback=en
-# -- locales made available separated by commas
+# -- Locales made available, separated by commas. This property controls
+# which locales the user can select from. If this property is not used,
+# then the user will be able to select from all the locales available
+# in the JVM.
#locales.available=en,fr,nl
-# -- time zone IDs made available separated by commas
+# -- Time zones made available, separated by commas. This property controls
+# which time zones the user can select from. If this property is not used,
+# then the user will be able to select from all the time zones available
+# in the JVM.
#timeZones.available=US/Eastern,US/Central,US/Mountain,US/Pacific,US/Alaska,US/Hawaii
# -- the default country for drop downs