kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Translate using WPML #97

Open tudorached opened 6 years ago

tudorached commented 6 years ago

You need to add __($originalString, "favorites") to every html output.

Ex: Please replace line 78 from FavoriteButton.php with this line: $html = __($this->html(), "favorites");

Cheers for this plugin!