Please try editing /wp-content/plugins/category-ajax-filter/includes/functions.php
(Optional, I needed this also) Lines 12-16 to:
public function tc_caf_post_layout_read_more($text, $id)
{
$text = __('Read More', 'category-ajax-filter');
return $text;
}
Lines 258-262 to:
public function tc_caf_filter_all_text($all_text)
{
return __('All', 'category-ajax-filter');
}
Then go to WPML string translation, check Look for strings while pages are rendered, refresh page, delete cache, and you should be able to translate the strings.
Edit: never mind, when I uncheck the string registration, they return to English. Don’t know what to do yet..
Edit2: Added this to /wp-content/plugins/category-ajax-filter/languages/category-ajax-filter.pot
#: includes/functions.php:14
msgid "Read More"
msgstr ""
#: includes/functions.php:260
msgid "All"
msgstr ""
and translated again with Loco Translate
-
This reply was modified 7 months, 3 weeks ago by valentabc.
-
This reply was modified 7 months, 3 weeks ago by valentabc.
-
This reply was modified 7 months, 3 weeks ago by valentabc.