Author: jleroux
Date: Tue Feb 16 18:50:02 2010
New Revision: 910648
URL: http://svn.apache.org/viewvc?rev=910648&view=rev
Log:
As promised last cleanup
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=910648&r1=910647&r2=910648&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/config/general.properties (original)
+++ ofbiz/trunk/framework/common/config/general.properties Tue Feb 16 18:50:02 2010
@@ -38,12 +38,11 @@
# control the default locale - the default locale is set in start.properties.
locale.properties.fallback=en
-
# -- 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=de,en,es,fr,it,nl
+# in the JVM. The list below corresponds to the languages really available OOTB (2010-16-02)
+#locales.available=ar,de,en,es,fr,hi,it,nl,pt,ro,ru,th,zh
# -- Time zones made available, separated by commas. This property controls
# which time zones the user can select from. If this property is not used,
@@ -67,7 +66,7 @@
# -- general default 'fromEmailAddress' can be overridden in: EmailTemplateSetting
defaultFromEmailAddress=ofbiztest@yahoo.com
-
+
# -- The default domainname used in the notification emails links
# as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file.
|