OPEN-DSI / ecommerceng_woosync

WooSync, synchronize Woocommerce and Dolibarr
GNU General Public License v3.0
67 stars 42 forks source link

Dolibarr extrafields for product translation issue #101

Open benvia opened 10 months ago

benvia commented 10 months ago

In the product view on Dolibarr the extrafileds ECommercengWoocommerceDescription and ECommercengWoocommerceShortDescription are not translated during configuration of the module.

benvia commented 10 months ago

There is two way to solve this issue and other translation issue present in the module.

The first one is to merge woocommerce.lang and ecommerce.lang in one file and fix the setup according.

The second one is to keep the tow translation files but we have to load it in each place where we need WooCommerce and core module translation.

The first one is simple in term of maintenance.

What's your opinion ?

I can implement the modification in a pull request.