This topic has 8 replies, 4 voices, and was last updated 8 years ago ago by Eva Kemp
Hello
I’ve translated almost all of the Legenda theme into Danish, but it seems to still pickup some english lines even though I’ve already translated them.
This is evident in the shopping cart widget in the top where it says “items” or “item” even though they have already been translated.
Hello,
You provided empty FTP account. Please open access to the site files.
Regards,
Eva Kemp.
The FTP settings should work now.
Hello,
Your site is under maintenance now.
Please provide WP credentials as well.
Thank you.
Regards,
Eva Kemp.
Provided below
Hello,
I’ve replace the following code in \wp-content\themes\legenda\framework\woo.php file on line 938
<span class="badge-number"><?php echo $woocommerce->cart->cart_contents_count; _e(' items for', ETHEME_DOMAIN);?></span>
with
<span class="badge-number">
<?php echo $woocommerce->cart->cart_contents_count; ?> <?php echo ($woocommerce->cart->cart_contents_count != 1) ? __('items', ETHEME_DOMAIN) : __('item', ETHEME_DOMAIN) ; ?></span> <span class="for-label"><?php _e('for', ETHEME_DOMAIN) ?></span>
</span>
Also this will be fixed in the next theme update. Please check the translation now.
Regards,
Robert Hall
Hi, I use the no/po files for translating and it works fine, except the woocommerce “your cart is currently empty” message. Any suggestions?
Hello,
You can translate that text in Theme Options > Shop > Text for empty cart.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up