Hi,
I’m using the theme in brazilian portuguese translation.
Everything is translated, except for the “All” gallery filter.
I was using this code in portfolip.php
original:
$first_item_name = apply_filters(‘avf_portfolio_sort_first_label’, __(‘All’,’avia_framework’ ), $params);
to:
$first_item_name = apply_filters(‘avf_portfolio_sort_first_label’, __(‘Mostrar tudo’,’avia_framework’ ), $params);
It used to work on olders versions of enfold, but it’s not working now.
Waiting for help
Very thanks!!
Hey skauper!
Please use this plugin to translate the string from WordPress backend – https://wordpress.org/plugins/codestyling-localization/
Please rescan theme files of your language then edit to change the string
Best regards,
Yigit