Hi,
I have some problem about translation into my language.
I spend a long time tried changing in /wp-content/plugins/woocommerce/i18n/languages and used “Codestyling Localization” as your suggestion in the forum but it doesn’t work.
However, when I tried changing ETHEME_DOMAIN to ‘woocommerce’ in code, it works!
<th class="product-name"><?php _e('Product', ETHEME_DOMAIN); ?></th>
to
<th class="product-name"><?php _e('Product', 'woocommerce'); ?></th>
Please advise this’s the correct way I can do it and not negatively affect for my website.
Thanks,
Mim