Hi guys,
I would like to report a bug in the v14 in its Italian translation.
The impacted page is admin.php?page=album-2 and the error is triggered when the button saving the album properties is clicked.
The error is "Uncaught SyntaxError: Unexpected identified 'album' ".
In order to fix, I changed line 1253 of file language/it_IT/admin.lang.php
from
$lang['This albums is already in related categories list'] = 'Quest\'album è già nell\'elenco degli album associati';
to
$lang['This albums is already in related categories list'] = 'Quest\\\'album è già nell\\\'elenco degli album associati';
I hope this can help other users.
Cheers,
Offline
[Github] Piwigo issue #2077
Will be fixed in "soon to be released" version 14.1.0
Offline