Hi @daiane3015 ,
We are preparing the translation file, in future updates you will find that.
What you want to translate , you can use hooks to translate the frontend core strings.
Looking forward.
Thanks,
Trusty Plugins Team
What you want to translate , you can use hooks to translate the frontend core strings.
In what way? can you help me?
Hi @daiane3015 , Which string you want to translate? please let me know . Looking forward.
Would just be these:
I want to check out Everything
Everything
Thanks
Hi @daiane3015 ,
You need to add this code in your theme’s function file.
add_filter('tc_caf_add_custom_span_before_filter', 'tc_caf_add_custom_span_before_filter_func', 11);
function tc_caf_add_custom_span_before_filter_func() {
return 'Change this to ';
}
add_filter('tc_caf_add_custom_list_before_filter', 'tc_caf_add_custom_list_before_filter_func', 10);
function tc_caf_add_custom_list_before_filter_func() {
return 'All';
}
I hope we will get great review from you about this plugin.
Looking forward.
Thanks,
Trusty Plugins Team
It worked, thank you very much!
Hi @daiane3015 ,
We will appreciate if you will rate our plugin. Hope we will get 5 star rating.
https://ww.wp.xz.cn/support/plugin/category-ajax-filter/reviews/#new-post
Looking forwad.
Thanks,
Trusty Plugins Team