Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The bottom line is, it is better to add translations to property files than it is to delete labels. Deleting duplicate labels makes sense at first glance, but problems could come up if there was a specific reason the duplication was needed (for instance to avoid an inter-application dependency. For instance EcommerceYourShoppingCartEmpty may be present in OrderUiLabels.xml to eliminate the need for the Order Manager component to load/use the ECommerceUiLabels.xml file.)

Here is also an interesting explanation from Adrian : https://issues.apache.org/jira/browse/OFBIZ-1698Image Added

This link may be of great interest too : Standardizing and Internationalizing OFBiz User Interfaces . Beware : the part about ".properties" files is deprecated in OFBiz since February 2008 (we use now XML UTF8 files), still valid in release4.0 though)