Hello,
I fixed this problem few weeks ago but it happend again suddenlly.
I insert some code in post.php which is
function bogo_localizable_post_types() {
$localizable = array( ‘post’, ‘page’, ‘portfolio’, ‘portfolio_type’ );
return apply_filters( ‘bogo_localizable_post_types’, $localizable );
}
for portfolio type to translate..
but it doesnt word anymore for now, please help me.