ramon
1
Hello all,
There’s an error in ojs2/lib/pkp/plugins/citationLookup/crossref/locale/es_ES:
<message key="plugins.citationLookup.crossref.displayName"Conector de bases de datos CrossRef</message>
Actually, it’s a missing >
closing tag at the beginning, preventing the Translator Plugin from working correctly.
Should be:
> <message key="plugins.citationLookup.crossref.displayName"*>*Conector de bases de datos CrossRef</message>
Please remove asterisks… they’re just to markup where the missing closing >
is.
Hi @ramon,
I don’t think this is in the current release of OJS or the git HEAD. What version of OJS is this from?
Regards,
Alec Smecher
Public Knowledge Project Team
ramon
3
Hi @asmecher,
Its a stock 2.4.7.1…
php tools/upgrade.php check
Code version: 2.4.7.1
Database version: 2.4.7.1
Latest version: 2.4.7.1
Your system is up-to-date
Hi @ramon,
In git, that’s: pkp-lib/locale.xml at ojs-2_4_7-1 · pkp/pkp-lib · GitHub
Are you sure it’s not a local modification?
Regards,
Alec Smecher
Public Knowledge Project Team
ramon
5
@asmecher
Exactly… there’s the missing > on the first key…
message key="plugins.citationLookup.crossref.displayName"Conector de bases de datos CrossRef
Hi @ramon,
Ah, I was looking for the explicit asterisk. That’s aleady been fixed – see:
Regards,
Alec Smecher
Public Knowledge Project Team