Some translations don’t seem to work

Solved7.50K viewsCoretranslation
0

Hi Rahul,

I’ve noticed that some translations do not work. For example, using Loco Translate, I am changing string “Edited Answer” to “Edited Response”. Despite saving the string, this is not reflected in what is already posted. I expect that the values are being written to the database instead. Can you confirm ?

Thanks

Question is closed for new answers.
selected answer
0

I’m missing something here. Even this doesn’t seem to work

add_filter( ‘ap_activity_actions’, ‘new_ap_activity_actions’);
function new_ap_activity_actions($args) {
$args[’new_q’][’ref_type’][’verb’] = “Testing”;
return $args;
}

You are viewing 1 out of 9 answers, click here to view all answers.