J'ai un problème avec la traduction du thème , après avoir traduit et enregistré le fichier po au bonne endroit vérifié a plusieurs reprise j'ai toujours des titres ou des des phrases en anglais photo (ci joint) j'ai effacé le cache de chrome et de wp avec wp super cache rien a faire toujours en anglais ???
You can translate that text by adding the following code into functions.php file.
add_action( 'init', 'ddw_gettext_filter_woocommerce', 9999 );
function ddw_gettext_filter_woocommerce() {
add_filter( 'gettext', 'ddw_woocommerce_change_estimated_shipping_taxes_text', 9999, 2 );
/** Search for our string and add changed text */
function ddw_woocommerce_change_estimated_shipping_taxes_text( $translation, $text ) {
if ( $text == 'Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.' ) {
return 'Hier der neue Hinweistext';
}
return $translation;
}
}
bonjour,
J'ai un problème avec la traduction du thème , après avoir traduit et enregistré le fichier po au bonne endroit vérifié a plusieurs reprise j'ai toujours des titres ou des des phrases en anglais photo (ci joint) j'ai effacé le cache de chrome et de wp avec wp super cache rien a faire toujours en anglais ???
cordialement
Hello,
You can translate that text by adding the following code into functions.php file.
add_action( 'init', 'ddw_gettext_filter_woocommerce', 9999 ); function ddw_gettext_filter_woocommerce() { add_filter( 'gettext', 'ddw_woocommerce_change_estimated_shipping_taxes_text', 9999, 2 ); /** Search for our string and add changed text */ function ddw_woocommerce_change_estimated_shipping_taxes_text( $translation, $text ) { if ( $text == 'Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.' ) { return 'Hier der neue Hinweistext'; } return $translation; } }Kind regards,
Milingona Support
Follow on
Envato
Facebook
Twitter
Bonjour
Merci pour la réponse mais il reste des mots a traduire image ci-joint et dans quel répertoire est le fichier functions.php
Cordialement
Hello,
That seems to be a bug which we have already added in our to-do list to fix it in the upcoming theme update.
Thanks,
Milingona Support
Follow on
Envato
Facebook
Twitter