WPML and portfolio translation

Hi,
I just noticed that some strings are hardcoded in the portfolio.
Take a look here: www.bdkgraphics.be/portfolio
The strings 'Client', 'Date', 'Website' and 'View website' don't get translated when switching languages (you can do so on top of the page).

For instance:
/wp-content/themes/betheme/includes/content-portfolio.php:107

you will find this line of code for the word "client" :
$output .= '<dt>Client</dt>'; 

I think it should be something like this:
$output .= '<dt>'.__("Client","betheme").'</dt>'

Is this something you are planning to change in an upcoming update of the theme?

All the best,
Koen.

Comments

Sign In or Register to comment.