ojsde / shariff

The Shariff plugin adds social media buttons to the website without compromising the privacy of website users, using Shariff (https://github.com/heiseonline/shariff) solution.
GNU General Public License v3.0
9 stars 16 forks source link

Missing locale key for settings success message - OJS 3.4 #34

Closed israelcefrin closed 1 year ago

israelcefrin commented 1 year ago

There is a missing locale key on the version released for OJS3.4. Everytime the dashboard loads , the webserver error log file returns:

Missing locale key "plugins.generic.shariff.settings.form.success" for the locale "en"

The key is missing in en locale PO file, but I assume it is worth the while to check all locale files.

ronste commented 1 year ago

Hi @israelcefrin ,

thanks for reporting this. Indeed this locale is not used anymore and I just forgot to remove one reference to it.

I will fix this with the next version.

Best wishes, Ronald