[email protected] wrote: > Author: jleroux > Date: Tue Feb 16 16:55:14 2010 > New Revision: 910590 > > URL: http://svn.apache.org/viewvc?rev=910590&view=rev > Log: > Just realized that I made an error while patching general.properties : wrong > line, I removed > locale.properties.fallback=en > > In this commit I put it back and put > locales.available=de,en,es,fr,it > at the right place > > Sorry for that (by chance this has not much effects) > > 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=910590&r1=910589&r2=910590&view=diff > ============================================================================== > --- ofbiz/trunk/framework/common/config/general.properties (original) > +++ ofbiz/trunk/framework/common/config/general.properties Tue Feb 16 > 16:55:14 2010 > @@ -27,7 +27,7 @@ > # -- the default organizationPartyId for used in dropdowns and reports > ORGANIZATION_PARTY=Company > # ID of the VisualTheme to use if there VISUAL_THEME UserPreference record > for the current user supported values: FLAT_GREY and BIZZNESS_TIME and > BLUELIGHT > -VISUAL_THEME=BIZZNESS_TIME > +VISUAL_THEME=VINOPS > > # -- the default decimal format for currency (used in UtilFormatOut.java) > currency.decimal.format=#,##0.00 > @@ -38,11 +38,12 @@ > # 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=en,fr,nl > +locales.available=de,en,es,fr,it
Why did you had a blank line? > > # -- Time zones made available, separated by commas. This property controls > # which time zones the user can select from. If this property is not used, > @@ -66,7 +67,7 @@ > > # -- general default 'fromEmailAddress' can be overridden in: > EmailTemplateSetting > [email protected] > - > + > # -- The default domainname used in the notification emails links > # as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file. What is with the space changes? First had a tab, second had 2 spaces. Please don't mix formatting changes with real changes.
