Some texts (with favorites Ads plugin) are not localized to be translatable
Hi,
Some of the texts in Favorite Ads are not localized to be translatable. For an instance, the WPML team says that the following changes need to be made to make the "favorite" texts on the topbar menus translatable. The issue with this approach is that when the plugin is updated, the following changes will be gone.
The "Favorites" string is inside the file
wp-content/plugins/favorite-ads/favorite-ads.php at line 80.
1
$favitem .= '<i class="fa fa-heart"></i> Favorites';
to:
1
$favitem .= '<i class="fa fa-heart"></i> ' . __( 'Favorites', '
Similarly, I do not see the translatable string for the following texts:
"My Favorite Ads
Below you will find a listing of all your classified ads that you had selected as favorite."
Could you please kindly make sure that all the texts displayed on the Front-End are translatable? Thank you very much.