This topic has 2 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
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
Hello,
Can you tell what words you want to translate?
We don’t recommend you to make changes like you wrote above.
Also read more here how to translate:
https://www.8theme.com/demo/docs/idstore/index.html#!/how_to_translate
Regards,
Robert Hall.
The issue related to '‘Can I change ETHEME_DOMAIN to woocommerce?’' has been successfully resolved, and the topic is now closed for further responses