WPML and portfolio translation
Hi,
I think it should be something like this:
$output .= '<dt>'.__("Client","betheme").'</dt>'
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>';
$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
somehow we forgot about this and because so far nobody did not wrote about it, it's not ready. But of course we'll do this today because it's easy and quick fix Thanks for suggestion.
Thanks!