This topic has 6 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Hi There,
in my theme the productID is simply translated with “Produkt”. I want to change it to “Artikelnummer”. How can I change that?
I tried:
function translate_reply($translated) {
$translated = str_ireplace(‘productID’, ‘Artikelnummer’, $translated);
return $translated;
}
But it doesn’t work.
Thx for your help.
Sven
Hello,
Please provide screenshot for our better understanding what exactly you want to translate.
Regards,
Rose Tyler.
You need translate “Product code” text in your de_DE.po file, please see screenshot http://prntscr.com/c9qept
Regards,
Rose Tyler.
Perfect! Thx a lot!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘productID translation’' has been successfully resolved, and the topic is now closed for further responses