Tagged: translate, woocommerce
Hello,
I was trying to find a way to translate the sorting options “Sort by Price”… and “Display 15 Products per page” eg…
How can I translate this?
Hi benzrecordings,
You’ll need to translate woocommerce in the same way you would a theme. See: http://docs.woothemes.com/document/woocommerce-localization/
Regards,
Devin
Thanks for your reply,
I allready tried to translate it with codestyling localisation plugin. When I try to scan the german language, I get the following error:
You do not have the permission to read the file ‘/www/htdocs/xxxxxxx/wp-content/plugins/woocommerce/languages/informal/woocommerce-de_DE.po’.
I checked the plugins folder and there’s no folder languages, the language files are sitting in a folder called “i18n” mhm strange.
Another translation problem is the text for Homepage in Breadcrump Navigation. This is called “Startseite” in germany but I want to change this to “home page” I can’t find it!? can you help me there as well?
Thanks in advance
Hi,
Check if you have the proper file permission on cpanel.
http://www.siteground.com/tutorials/cpanel/file_permissions.htm
Edit framework > php > class-breadcrumb.php, find this code
'show_home' => __( 'Home', $textdomain ),
Regards,
Ismael